H1{
  font-size : 12px;
  color : #4d4d4d;
  font-weight : normal;
}
BODY{
  font-size : 12px;
  
  
  background-attachment : fixed;
  background-repeat : repeat;
  

  
  color : #666666;
}
A{
  font-size : 12px;
  
  color : #ff6262;
  text-decoration : underline;
}
TABLE{
  font-size : 12px;
}
H3{
  font-size : 12px;
}
A:HOVER{
  
  text-decoration : underline;
  color : red;
}

