A:Link  {
	color: Blue;
	text-decoration: none
}
A:Visited  {
	color : Blue;
	text-decoration: none
}
A:Active  {
	color : Blue;
	text-decoration: none
}
A:Hover  {
	color : Red;
	text-decoration : underline;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : Black;
	margin-top : 5px;
	font-weight : normal;
	margin-left : 0px;
	margin-bottom : 5px;
}
H1  {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 20px;
}
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
td {
	color : Black;
	text-align : center;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TH {
	background-color : White;
}
B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
