BODY {
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  scrollbar-face-color :  honeydew;
  scrollbar-highlight-color : FLORALWHITE;
  scrollbar-shadow-color : FLORALWHITE;
  scrollbar-darkshadow-color : green;
  scrollbar-arrow-color : darkgreen;
  scrollbar-base-color :  FLORALWHITE;
  scrollbar-3dlight-color : green;
  scrollbar-track-color : FLORALWHITE;

  background-color : #d7e3d9;
  background-image : url(bg.gif);
}

A:LINK{
  color : #0080c0;
}
A:VISITED{
  color : navy;
}

H1{
  font-size : 18px;
  font-weight : bold;
  color : green;
  
  text-indent : 25px;  

  margin-top : 2px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.font_12{
  font-size : 12px;
  line-height : 130%;
}
.font_std{
  font-size : 90%;
  line-height : 150%;
}
.line_underdot{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
INPUT{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-top-color : teal;border-left-color : teal;border-right-color : teal;border-bottom-color : teal;
  
}
TEXTAREA{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : teal teal teal teal;
  
}
H2{
  font-size : 16px;
  color : green;
  font-weight : bold;
  
  margin-bottom : 7px;
  margin-top : 2px;
}
H3{
  font-size : 14px;
  font-weight : bold;
  color : teal;
  margin-top : 2px;
  margin-bottom : 5px;
}
LI{
  list-style-image : url(icon_li.gif);
}
HR{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : green;
}
