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

