BODY{
  color : gray;
  background-color : black;
  font-size : 10pt;
  
  text-align : center;
  background-image : url(img/bg1.jpg);
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TABLE{
  width : 800px;  
}
TD{
  color : silver;
  background-color : black;
  font-size : 10pt;  
}
INPUT{
  color : white;
  background-color : black;
}
FORM{
  margin-top : 0px;
}
.frame_size{
  width : 10px;
  height : 10px;
}
H1{
  margin-bottom : 0px;
  color : maroon;
  font-size : 11pt;
}
IMG{
  border-width : 0px;
}
HR{
  color : #990000;
  width : 880px;
}
A{
  color : maroon;
  
}
A:VISITED{
  color : #400000;
}
.bg2{
  background-image : url(img/indexbg.jpg);
  background-repeat : repeat-y;background-position : center center;}
