A:hover
{
	color : #993300;
}
A:active
{
	color : #EF9018;
}

A:link
{
	color: #EF9018;
}
A:visited
{
	color: navy;
}

BODY {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color : Maroon;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type: circle;
}
TABLE {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color : Maroon;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type: circle;
}
