 
BODY{
  color : gray;
  background-color : #fffbff;
  background-image : url(img1/mini.gif);
  background-attachment : fixed;
  background-repeat : no-repeat;
  font-size : 14px;
  font-weight : normal;
  
background-position : 100% 0%;
  margin-top : 30px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 30px;
  line-height : 16px;
  
  letter-spacing : 2px;
  
  
  
  
}
TEXTAREA{
  font-size : 12px;
  line-height : 14px;
  color : gray;
  background-color : #ffffff;
  word-spacing : 5px;
  letter-spacing : 2px;
  text-decoration : none;
}
H2{
  font-size : 16px;
  
}
A:HOVER{
  text-decoration : underline;
}
A{
  color : #308cfe;
  text-decoration : none;
}
A:VISITED{
  color : #9694eb;
  
}
H1{
  font-size : 18px;
}
H3{
  font-size : 14px;
}
TD{
  font-size : 12px;
}
P{
  margin-top : 5px;
  margin-left : 20px;
  margin-right : 10px;
  margin-bottom : 5px;
  font-size : 12px;
  line-height : 22px;
  letter-spacing : 2px;
}
