/* CSS Document */

body 
{
background-color: #000;
font: 11px verdana;
color: #333;
line-height: 12px;
margin: 0em;
padding: 0em;
SCROLLBAR-FACE-COLOR: #333; 
SCROLLBAR-HIGHLIGHT-COLOR: #000; 
SCROLLBAR-SHADOW-COLOR: #000; 
SCROLLBAR-3DLIGHT-COLOR: #000; 
SCROLLBAR-ARROW-COLOR: #666; 
SCROLLBAR-TRACK-COLOR: #000; 
SCROLLBAR-DARKSHADOW-COLOR: #000;
}
p
{
font: 11px verdana;
color: #fff;
font-weight: normal;
line-height: 16px;
padding: 0em;
}
ul
{
list-style-type: square;
color: #fff;
}
a:link {color: #ffcc00; text-decoration: none;}     /* unvisited link */
a:visited {color: #ffcc00; text-decoration: none;}  /* visited link */
a:hover {color: #ffcc00; text-decoration: underline;}   /* mouse over link */
a:active {color: #ffcc00; text-decoration: none;}   /* selected link */

#headerlinks a:link {color: #ccc; text-decoration: none;font-weight: normal;}     /* unvisited link */
#headerlinks a:visited {color: #ccc; text-decoration: none;font-weight: normal;}  /* visited link */
#headerlinks a:hover {color: #ff0000; text-decoration: none;font-weight: normal;}   /* mouse over link */
#headerlinks a:active {color: #ccc; text-decoration: none;font-weight: normal;}   /* selected link */
