<!-- 
body{

 background-color: "#B7DFF7";

 color: #000000 ;

scrollbar-3dlight-color:#0080ff;
scrollbar-arrow-color:#0080ff;
scrollbar-darkshadow-color:#0080ff;
scrollbar-face-color:#B7DFF7;
scrollbar-highlight-color:#B7DFF7;
scrollbar-shadow-color:#B7DFF7;
scrollbar-track-color:#B7DFF7;}


hr{
border-width : 1px;border-style : solid;border-color : #0080ff;}

INPUT{
  color : #0080ff;
  background-color : #B7DFF7;border : 1px solid #0080ff;
}

.form{
  color : #000000;
  background-color : #B7DFF7;border : 0px solid #B7DFF7;
}

textarea{
  color : #000000;
  background-color : #B7DFF7;border : 0px solid #B7DFF7;
}

a:link {color : #333333 ; text-decoration : none ;}

a:visited {color : #666666 ; text-decoration : none ;}

a:active {color : #cccccc ; text-decoration : none ;}

a:hover {color : #cccccc ; text-decoration : underline ;}

.menu{border : 1px solid #0080ff;}

.line{
  background-color : #0080ff;
  color : #ffffff;
}

.line2{
  background-color : #ffffff;
  border : 1px solid #0080ff;
}

.dot{
border-width : 1px;border-style : dotted;border-color : #0080ff;}

.sub{
  background-color : #0080ff;
  color : #ffffff;

}

-->