 
H2{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 3px;
  padding-bottom : 5px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : navy navy navy navy;
  font-size : 18px;
  color : navy;
  background-color : #f0f0f0;
}
P{
  line-height : 130%;
  
}
LI{
  background-color : blue;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 5px;
  list-style-type : none;
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 5px;
  margin-bottom : 5px;
  text-decoration : none;
  background-image : url(../image/menu_back.gif);
  background-repeat : repeat-x;
}
UL{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  padding-left : 5px;
  font-size : 14px;
}
A{
  text-decoration : none;
  font-weight : bold;
  color : white;
}
A:hover{
  text-decoration : underline;
  color : yellow;
}
#footer{
  height : 30px;
  padding-top : 10px;
}
