BODY {
	background-color : white;
	font-family : sans-serif;
	color : black;
	background-repeat : no-repeat;
	background-position : center;
	
	}


TABLE {
	border-color : navy;
	font-family : sans-serif;
	font-style : normal;
	color: ;
	}

TD {
	border-color : silver;
	font-family : sans-serif;
	color: ;
	}

HR {
	color : silver;}
a:link { color:navy; text-decoration:none;}
a:visited { color:navy; text-decoration:none;}a:hover { color:navy; text-decoration:underline; }
a:active { color:navy; text-decoration:underline;}
a.text:link { color:navy; text-decoration:underline;  font-weight:700;}
a.text:hover { color:navy; text-decoration:underline; background-color:red; ; font-weight:700;}
a.text:visited { color:navy; text-decoration:underline;font-weight:700;}
a.text:active { color:blue; text-decoration:underline; font-weight:700;}

}
