BODY{
  color : silver;
  background-color : black;
  line-height : 150%;
  background-image : url(back.gif);
  background-attachment : fixed;
  background-repeat : repeat;
}
H3{
  color : yellow;
  font-size : large;
  background-color : black;
  text-align : center;
}
A:LINK{
  color : white;
  text-decoration : underline;
}
A:ACTIVE{
  font-weight : bold;
  line-height : 150%;
  color : yellow;
  text-decoration : none;
}
A:VISITED{
  color : white;
}
A:HOVER{
  font-weight : normal;
  color : aqua;
  background-color : blue;
}
TABLE{
  font-weight : normal;
  line-height : 120%;
  
  
  
  background-attachment : fixed;
}
H4{
  font-weight : normal;
  color : silver;
  text-decoration : none;
  background-color : black;
  text-align : left;
}
