﻿body 
{
	font-family:Verdana;
	font-size:small;
}

a
{
	color:White;
	font-size:smaller;
	font-weight:normal;
	font-family:Verdana;
}
a:hover
{
	color:Aqua;
	font-size:smaller;
	font-weight:normal;
	font-family:Verdana;
	text-decoration:none;
}
	
.td
{
	background-color:#F5F5F5;
	border-style:double;
	border-width:thin;
}

.hc a
{
	font-weight: normal;
	color: blue;
	text-decoration: underline;
	font-size:small;
}
