body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #FFFFE0;
}
a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
color: Red;
text-decoration: none;
}
A:HOVER {
	color: Red;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

