 
BODY{
  background-color : #bae7fa;
  font-family : "Microsoft Sans Serif",sans-serif,monospace;
  word-spacing : 1px;
}
/******* link tag styles *******/
A{
  font-weight : bold;
  font-size : 103%;
}
A:LINK, A:VISITED{
  color: #005FA9;
  text-decoration: none;
}
A:HOVER{
  text-decoration: underline;
  color : #009900;
}
UL{
  padding-left : 10px;
}
/************** header tag styles **************/
H1{
  color : #ffffff;
  padding-left : 200px;
  font-size : 150%;
  position : absolute;
  width : 700px;
}
H2{
  padding-left : 180px;
  font-size : 115%;
  position : absolute;
  top : 40px;
  width : 700px;
}
H3{
  font-size : 110%;
  width : 550px;
}
H4{
  font-size : 100%;
}
H5{
  font-size : 100%;
}
H6{
  font-size : 100%;
  color : blue;
}
.menu{
  padding-left : 4px;
  width : 195px;
  font-size : 82%;
}
.contents{
  background-color : #ffffff;
  float : right;
  left : 200px;
  position : absolute;
  top : 135px;
  right : 5px;
}


