
A{
  color : red;
  text-decoration : none;
}
A:LINK{
  color : red;
  text-decoration : none;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : maroon;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
  text-decoration : none;
}
H1{
  font-size : 20px;
  padding-top : 5px;
  padding-left : 5px;
  padding-bottom : 0px;
  width : 250px;
  text-align : left;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : maroon;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : maroon;
}
H2{
  font-size : 16px;
  text-align : left;
  padding-top : 2px;
  padding-left : 5px;
  padding-bottom : 0px;
  width : 200px;
  border-left-width : 5px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #ff8040;
  border-bottom-color : #ff8040;
}
H3{
  font-size : 16px;
  font-weight : bold;
  padding-left : 3px;
  padding-bottom : 0px;
  border-bottom-width : 3px;
  border-bottom-style : double;
  border-bottom-color : gray;
  width : 200px;
  border-left-width : 3px;
  border-left-style : double;
  border-left-color : gray;
  padding-top : 2px;
}
TD{
  font-size : 14px;
  color : navy;
  
  
  

  font-family : "MS UI Gothic, Osaka";
  line-height : 19px;
}
TABLE{
  background-color : white;
}
