body {
 background-color: #000000;
}
*, .bodyCopy {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #666666;
}
.header {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bolder;
 color: #FFFFFF;
}
h1 {
 font-size: 16px;
 font-weight: bold;
 color: #bf0000;
 border-bottom: 1px solid #dddddd;
 padding: 0 0 5 0;
}
a:link, a:visited {
 color: #003366;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #ff0000;
 font-weight: bold;
 text-decoration: none;
}
.topnav {
 color: #888888;
 font-weight: bold;
 text-decoration: none;
 font-size: 10px;
}
.topnav a:link, .topnav a:visited {
 color: #003366;
 font-weight: bold;
 text-decoration: none;
 font-size: 10px;
}
.topnav a:hover {
 color: #ff0000;
 font-weight: bold;
 text-decoration: underline;
 font-size: 10px;
}
.sidenav, .sidenav a:link, .sidenav a:visited {
 color: #cccccc;
 font-weight: bold;
 text-decoration: none;
 font-size: 12px;
}
.sidenav a:hover {
 color: #ffffff;
 font-weight: bold;
 text-decoration: underline;
 font-size: 12px;
}
.footer {
 color: #888888;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
 border-top: 1px solid #999999;
}
.footer a:link, .footer a:visited {
 color: #003366;
 font-weight: bold;
 text-decoration: none;
 font-size: 11px;
}
.footer a:hover {
 color: #ff0000;
 font-weight: bold;
 text-decoration: underline;
 font-size: 11px;
}