 
BODY{
  font-size : x-small;
  font-weight : lighter;
  color : white;
  background-color : black;
  cursor : crosshair;
  background-repeat : no-repeat;
  background-position : right bottom;
  margin-left : 100px;
  SCROLLBAR-FACE-COLOR: 000000;
  SCROLLBAR-HIGHLIGHT-COLOR: ffffff;
  SCROLLBAR-SHADOW-COLOR: ffffff;
  SCROLLBAR-3DLIGHT-COLOR: 000000;
  SCROLLBAR-ARROW-COLOR: ffffff;
  SCROLLBAR-TRACK-COLOR: 000000;
  SCROLLBAR-DARKSHADOW-COLOR: 000000;
}
TABLE{
  font-size : x-small;
  font-weight : lighter;
  color : white;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
}
A{
  font-size : x-small;
  font-weight : lighter;
  color : #ffff80;
  text-decoration : none;
}
A:LINK{
  font-size : x-small;
  font-weight : lighter;
  color : #ffff80;
}
A:VISITED{
  font-weight : lighter;
  color : #ffebe1;
  text-decoration : none;
}
A:HOVER{
  font-size : x-small;
  font-weight : lighter;
  color : silver;
  position:relative;
  top:1px;
  left:1px;
}
A:ACTIVE{
  font-size : x-small;
  font-weight : lighter;
  color : #000099;
  position:relative;
}

