BODY {
	background: Black;
	scrollbar-base-color: #000080;
	background-image : url(images/afflogo.jpg);
	background-repeat : no-repeat;
} 
BODY, TR, TD, P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
} 
A:LINK {
	color: Yellow;
} 
A:VISITED {
	color: Yellow;
} 
A:HOVER {
	color: Red;
}
HR {
	color : Yellow;
}
H1 {
	color : Blue;
	font-weight : bold;
	font-size : large;
}
H2 {
	color : Red;
	font-weight : bolder;
	font-size : medium;
}
H3 {
	color : Blue;
	font-size : small;
}
UL {
	list-style-image : url(images/redstar.gif);
}

