/* CSS Document */
body {
background : black; 
background-attachment: fixed; 
background-repeat: no-repeat; 
color: #FFFFFF;
  font-family : Georgia, Times New Roman, Times, serif; 
  font-weight: normal;
  font-size : 12px;
    scrollbar-face-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #7D0A0A;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #7D0A0A;
}
a:link {
font-size : 10px;
color : #FFFFFF; 
text-decoration : none; 
background-color : transparent; 
font-weight : bold;
cursor : crosshair; 
} 
a:visited {
font-size : 10px;
color : #7D0A0A; 
text-decoration : none; 
background-color : transparent;
font-weight : bold; 
cursor : crosshair; 
} 
a:hover {
font-size : 10px;
color : #7D0A0A; 
text-decoration : underline overline;  
cursor : crosshair; 
background-color : transparent; 
font-weight : normal;
} 
a:active {
font-size : 10px;
color : #7D0A0A; 
text-decoration : underline overline; 
background-color : transparent; 
cursor : crosshair; 
font-weight : normal;
} 
td { 
font-size : 10px;
color : #FFFFFF; 
font-weight : normal;
}


