/* CSS Document */

td {color: #C1D9FD;font-family: arial,sans-serif;font-size: 12px;}
a {color: #6699FF;font-family: Arial;font-size: 12px;font-weight: bold;text-decoration:none}

guidecell {border-top: 2px solid #DEDEDE;}

html, body {
height:100%
}

body{
	background-color:#2C2533;
	margin: 10px;
	font-family: Arial;
	color: #C1D9FD;
	font-size: 12px
	
}

a#hovertable {
     display:block;
     width:100%;
     height:100%;
 }
a:hover#hovertable {
     background:#316ABF;
     color:#2C2533;
 }
}