 
#header{
  width : 750px;
  clear : both;
  visibility : inherit;
}
#menu{
  width : 200px;
  float : right;
}
H3{
  border-bottom-width : medium;
  border-bottom-style : dotted;
  border-bottom-color : red;
  font-weight : 900;
  font-size : 24px;
  
}
H4{
  border-left-width : medium;
  border-left-style : solid;
  border-left-color : green;
  padding-top : 0px;
  padding-left : 3px;
}
#main{
  width : 500px;
  float : left;
}
#footer{
  width : 700px;
  clear : both;
}
H2{
  border-top-width : thin;
  border-top-style : solid;
  border-top-color : red;
  font-size : 16px;
}
H1{
  font-size : 12px;
}
BODY{
  
  margin-left : 120px;
  margin-right : 120px;
  

  line-height : 130%;
  letter-spacing : 3px;
}
