body
{
    font-family: Arial, Verdana, Sans-Serif;
	font-size: x-small;
	font-weight: normal;
}
TD {
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-size : x-small;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #7B966D;
	font-size: 24px;
	font-weight: bold;
}
a:link  
{
    color: Blue;
    text-decoration: none;
}
a:visited  
{
    color: Blue;
    text-decoration: none;
}
a:active  
{
    color: Blue;
    text-decoration: none;
}
a:hover  
{
    color: Blue;
    text-decoration: underline;
}

