
.BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 12px;
 	font-weight: lighter
}
.HEADLINE {
	font-family: sans-serif;
	color: #990000;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
}
.SUBHEAD{
	font-family: sans-serif;
	color: #990000;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	
}

A {
	font-family: sans-serif;
	color: White;
	font-size: 12px;
	font-style: normal;
}

A:HOVER {
	font-family : sans-serif;
	color: #990000;
	font-size: 12px;
	font-variant : normal;
}
A:ACTIVE {
	font-family : sans-serif;
	color: Teal;
	font-size: 12px;
}

body {
	background-color: blue;
	font-family: sans-serif;
	color: Black:
}
