body {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	color: #000000;
}
A:link{
	color: #000099;
	text-decoration: none;
}A:visited{
	color: #CC0000;
	text-decoration: none;
}A:active{
	color: #0000FF;
	text-decoration: none;
} a:hover {
	color: #FF0000;
	text-decoration: underline;
}
