/* CSS Document */
body {
background-color:#000000;
}

td, tr, body {
font: Georgia, Tahoma;
font-size:10px;
font-style:normal;
color:#aeb080;
}

menu {
font: Georgia, Tahoma;
font-size:10px;
font-style:normal;
color:#aeb080;
}

b  {
font: Georgia, tahoma;
text-decoration:underline;
text-transform:uppercase;
color:#4c4f21;
font-size:10px;
}

i {
font: Georgia, tahoma;
font-weight: bold;
color:#1e200c;
font-size:10px;
font-style:normal;
}

a:link, a:active, a:visited {
COLOR: #4c4f21; 
font-weight: bold; 
font-family: Tahoma; 
font-size: 9px; 
text-transform:uppercase; 
text-decoration: none; 
cursor:default;
}

a:hover {
COLOR: #4c4f21; 
font-weight: bold; 
font-family: Tahoma; 
font-size: 9px; 
cursor: default; 
text-transform: uppercase ;
}