<style>
	body {background: #FFFFFF} /* background white */


	a:link {color: #191970; font-size:14px} /* All unvisited links Lt. blue #191970*/
	a:visited {color: #8B008B; font-size:14px; text-decoration: none} /* All visited links purple #8B008B*/ 
	a:active {text-decoration: none}
	a:hover {color: #191970; font-size:14px; background:#E0FFFF; text-decoration: underline; color: blue;} /*  mouse over blue #191970 and the background Lt.blue #E0FFFF */
	
	a.navigator {font-family: cursive; text-decoration:none; color: #000000; font-size:14px} /* Black */


	hr {color:#F8F8F8} /* light gray*/

	h2 {font-family: Arial; letter-spacing:0px; color: #660000; font-size:24px} /*dark red brown*/
	h3 {font-family: Arial; letter-spacing:0px; color: #666600; font-size:20px} /*dark green*/
	h4 {font-family: Arial; letter-spacing:0px; color: #080808; font-size:18px} /*black*/
	h5 {font-family: Arial; letter-spacing:0px; color: #660000; font-size:18px} /*dark red brown*/

	dt {font-family: Sans-serif; letter-spacing:1px; color: #666600; font-size:16px} /*dark green brown*/
	dd {font-family: Sans-serif; letter-spacing:1px; color: #383838; font-size:14px} /*dark gray*/
	li {font-family: Sans-serif; letter-spacing:0px; color: #555555; font-size:14px} /*gray*/
	
	td {font-family: Sans-serif; letter-spacing:0px; color: #00008B; font-size:14px} /*blue bgcolor*/
	
	font.Orange {font-family: Arial;letter-spacing:-0.5px; color: #ff6600; font-size:14px} /*ORANGE*/
	font.Red {font-family: Arial;letter-spacing:-0.5px; color: #DC143C; font-size:14px} /*dark red brown*/
	font.Green {font-family: Arial;letter-spacing:0px; color: #66cc00; font-size:14px} /*green*/
	font.Gray{font-family: Arial;letter-spacing:0px; color: #777777; font-size:14px} /*lt.gray*/
	
	font.Bold{font-family: Arial;letter-spacing:0px; color: #ff6600; font-size:18px} /*lt.gray*/

	font {font-family: Sans-serif; letter-spacing:0px; color: red; font-size:14px} /*red*/

	p {font-family: Sans-serif; letter-spacing:0px; color: #333333; font-size:14px} /*Medium gray*/

	P.Lt{font-family: Sans-serif; letter-spacing:0px; color: #777777; font-size:14px} /*Lt.GRAY*/
	
</style>


