body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF0000;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #339966;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #339966;
	text-decoration: underline;
}