 

.hearder{
  background-color : aqua;
  width : 800px;
}
.menu{
  
  width : 120px;
  float : left;
  margin-top : 10px;
}
.contents{
  
  width : 670px;
  
  margin-top : 10px;
  
  
  padding-left : 10px;
  padding-right : 0px;
  
  left : 120px;
}
.info{
background-color : #fff2ec;
width : 100%;
border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : #fe9855 #fe9855 #fe9855 #fe9855;
float : none;
  
}
.footer{
background-color : lime;
width : 800px;
  

  
}
BODY{
  
  line-height : 130%;
}
TABLE{
  font-size : 95%;
}
TH{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : #7d90b6 #7d90b6 #7d90b6 #7d90b6;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  font-weight : normal;
}
HR{
color : #cc0000;
margin-top : 1px;
margin-bottom : 1px;
height : 1px;
}
A{
color : #202d6a;
text-decoration : none;
}
A:VISITED{
color : #301e6c;
}
A:HOVER{
color : red;
}
A:ACTIVE{
color : red;
}
P{
  margin-top : 3px;
  margin-bottom : 3px;
  margin-left : 3px;
  margin-right : 3px;
  line-height : 150%;
}
H2{
  padding-top : 3px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #cc0000;
  padding-bottom : 3px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cc0000;
  padding-left : 5px;
  font-size : 120%;
  font-weight : bold;
  margin-top : 3px;
}
H3{
  color : #123535;
  font-size : 120%;
  font-weight : bold;
  padding-left : 10px;
  margin-top : 3px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cc0000;
}
UL{
  color : #005b00;
  line-height : 200%;
  font-size : 110%;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cc0000;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #cc0000;
  border-left-color : #cc0000;
  margin-right : 40px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #cc0000;
  padding-left : 5px;
  
  list-style-position : outside;
  
  background-color : #ffffdf;
  list-style-image : url(image/spaser.gif);
}
H4{
  font-size : 90%;
  font-weight : bold;
  background-color : #526c9d;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  color : white;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
