a:link
{
	color: #00FF00;
}
a:visited
{
	color: #FFCCCC;
}
<!--a:hover //-->
<!--{ //-->
<!--	color: #FFCCCC;//-->
<!--	text-decoration: none;//-->
<!-- }// -->
a:active
{
	color: #FFCCCC;
}
body, table, tr, td
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	line-height: 1.5;
}
.frame
{
	background-color: #72000F;
}
.detail
{
	background-color: #000000;
}