a:link {
   color: #FFFFFF;
   text-decoration: none;
}

a:visited {
   color: #FFFFFF;
   text-decoration: none;
}

a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

a:active {
   color: #FFFFFF;
   text-decoration: none;
}

body {
   background-color: #000000;
   color: #C0C0C0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

p.err {
   color: #FF0000;
}

table, tr, td, th {
   font-size: 10px;
}

tr.dark {
   background-color: #525252;
}
tr.light {
   background-color: #808080;
}
