BODY, TD {
	color : Black;
	font-family : "Courier New", Courier, monospace;
	font-size: x-small;
}

H3 {
	font-family : "Courier New", Courier, monospace;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	color : Green;
}
	
H5 {
	font-size: x-small;
	color: Black;
}

A:link {
   color: teal;
   text-decoration: underline;
}
A:visited {
   color: navy;
   text-decoration: underline;
}



