BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}
A, A:ACTIVE {
	color : Blue; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}
A:HOVER {
	color : Red; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}
A:VISITED {
	color : Navy; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : bold;
}

.onred{
	color : White; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : bold;
}
.smalltext{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : normal;
}
.content{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : normal;
}
.headline{
	color : #00008B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : bold;
}
.subheadline{
	color : #00008B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style :  normal;
	font-variant :  normal;
	font-weight : bold;
}