BODY{
  color : gray;
  background-color : black;
  font-size : 10pt;
  text-align : center;
  background-image : url(img/bg1.jpg);
  margin : 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:link{
	color:#ff0000;
	text-decoration : none;
	outline:none;
}
a:visited{
 color:#bb0000;
	text-decoration : none;
}
a:hover{
 color:#ffffff;
	text-decoration : none;
}
.bg2{
  background-image : url(img/indexbg.jpg);
  background-repeat : repeat-y;
  background-position : center center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

