.NaviClass{
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : blue;
  font-weight : bold;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : blue;
  padding-left : 7px;
}
.LinkClass{
  display : block;
  
  width : 100%;
  
  color : navy;
  text-decoration : none;
}
.CellClass{
  background-color : white;
  width : 150px;
  

  height : 1em;
}

A:HOVER{
  color : white;
  background-color : navy;
}
.Pad15Class{
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
}
.underlineClass{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : navy;
}
.bodyClass{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  
  text-decoration : none;
}
