BODY{
  color : #EEEEEE;
  background-color : #000000;
  background-repeat : repeat;
  background-attachment : fixed;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:#EEEEEE;
  scrollbar-track-color:#000000;
  scrollbar-darkshadow-color:#000000;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TD{
  font-size : x-small;
  font-family : Arial;
  background-color : #000000;
}
A:LINK{
  color : #B248B2;
  text-decoration : none;
}
A:VISITED{
  color: #808080;
  text-decoration : none;
}
A:HOVER{
  color: #EEEEEE;
  text-decoration : underline;
  position : relative;
  top : 1px;
  left : 1px;
}
A:ACTIVE{
  text-decoration : underline;
  color : #EEEEEE;
}