body {
 background-color:#808080;
 color:#000000;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
 } 
 
table.grid {
	border: 0px none #CCCCCC;
}

table.grid th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	vertical-align: middle;
	border: thin solid #CCCCCC;
	font-variant: small-caps;
}

table.grid td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
 }

th, td, tr {
	vertical-align: top;
	horizontal-align: center;
}


a { text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 }

a:link {
 color: #33CCFF;
 background-color: transparent;
}

a:visited {
 color: #33CCFF;
 background-color: transparent;
}

a:active {
 color: #ff0000;
 background-color: transparent;
}

a:hover {
 float: none;
 width: auto;
 color: #ff0000;
 background-color: transparent;
 height: auto;
 text-decoration: underline;
 }
