body {
	font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: red;
}

hr {
	border : 1px solid Red;
}

p {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: navy;}

TD {
	font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: navy;
}


a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: dimgray;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: red;  background: white;}
a.ext:hover {text-decoration: underline; color: green;  background: red;}

li {text-indent: 10pt;} 
