/* CSS Document */

A.menu:LINK    {cursor: crosshair;color: white; text-decoration: none}
A.menu:VISITED {cursor: crosshair;color: white; text-decoration: none}
A.menu:HOVER   {cursor: crosshair;color: white; font-weight: bold}

A:LINK    {cursor: crosshair;color: white; text-decoration: underline}
A:VISITED {cursor: crosshair;color: white; text-decoration: underline}
A:HOVER   {cursor: crosshair;color: white; font-weight: bold}

body {
font-family:Verdana;
font-size:8.5pt;
color:#ffffff;
text-align:justify;
background-color: #000000;

scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
}

table {
font-family:Verdana;
font-size:8.5pt;
color:#ffffff;
text-align:justify
}