A:hover {
   color: #FFFFFF;
   text-decoration: none;
}
A:link {
   color: #0066FF;
   text-decoration: none;
}
A:visited {
   color: #0038DD;
   text-decoration: none;
}

body {
   background-color: #000000;
   color: #CCCCCC;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: smaller;
}

.rfloat { float: right; }
.lfloat { float: left; }