A, A:ACTIVE, A:LINK, A:VISITED {
	color: Lime;
	font-weight: bolder;
}

A:FOCUS, A:HOVER {
	color : White;
	font-weight : bolder;
}

H1,H2,H3,H4 {
	Color: Aqua;
	Background-Color: #00008B;
	Font-Family: Verdana,Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font: italic small-caps bold;
}

BODY {
	color: White;
	font-size: 13;
	font-family: Verdana,Helvetica,Arial, sans-serif;
	background-color: #00008B;
}
	
P {
	color :  white;
	font-family :  Verdana,Helvetica,Arial, sans-serif;
	font-size : 13;
	}

LI {
	color :  white;
	font-family :  Verdana,Helvetica,Arial,sans-serif;
	font-size : 13;
}


