a:link {color: black}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: blue}   /* selected link */

body{
	margin-top: 30px;
	color: black;
	background-color: #808080;
	text-align: center;	
	font-size: 16px;
	}

ul, li 
{ text-align: left }

table
{
	background-color: #D9D9D9;
	text-align: left;
	border-right: #990000 double;
	border-top: #990000 double;
	border-left: #990000 double;
	border-bottom: #990000 double;
}

tr.firstrow 
{
	color: white;
	background-color: #990000;
	text-align: left;
	font-size: 18pt;
	font-family: Tahoma;
	font-variant: small-caps 
	
}	

tr.details
{
	color: white;
	background-color: #990000;
	text-align: center;
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
}

.dgHeader
{
	background-color: #990000;
	color: white;
}

td
{
	padding-left: 10px;	
}