body
{

}
TABLE
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	}

A
{
	font-weight: bold;
	font-size: 9pt;
	color: #663300;
	font-family: Tahoma;
	text-decoration: underline;
}

A:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Tahoma;
	text-decoration: none;
}
