  
BODY{
  text-align : center;
  margin-left : 20px;
  background-image : url(img/h_main.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : 80% 90%;}
.menuClass{
  font-size : 9pt;
  
  width : 250px;
  height : 35px;
  font-weight : bold;
}
.comClass{
  font-size : 9pt;
  width : 350px;
  height : 35px;
  color : green;
}
A{
  font-size : 9pt;
  
  color : blue;
  text-decoration : none;
}
A:LINK{
  font-size : 9pt;
  
  color : blue;
  text-decoration : none;
}
A:VISITED{
  font-size : 9pt;
  
  color : blue;
  text-decoration : none;
}
A:HOVER{
  font-size : 9pt;
  
  color : red;
  text-decoration : none;
}
.com2Class{
  font-size : 9pt;
  width : 600px;
  color : teal;
}
