BODY { 
margin: 5px 5px;
font:11px/15px verdana, arial, helvetica, sans-serif;
color:white; 
background:#666666;
}

TABLE, INPUT, SELECT{ 
font:11px/15px verdana, arial, helvetica, sans-serif;
}

TABLE {
background:#666666;
}

.title {
color:white;
background:#1d3332;
font-weight:bold;
}

.content {
width:100%;
border: 0px;
background:white;
}

.recorda, .recordb {
color:black;
background:#D9D9D9;
vertical-align:top;
}

.header {
color:black;
background:white;
}

a:link {color: blue; text-decoration: none;}     /* unvisited link */
a:visited {color: blue; text-decoration: none;}  /* visited link */
a:hover {color: blue; text-decoration: none;}   /* mouse over link */
a:active {color: blue; text-decoration: none;}   /* selected link */ 


