 
.PageBody{
  font-size : 14px;
  font-weight : normal;
  color : black;
}
.PageBodyBold{
  font-size : 15px;
  font-weight : bold;
}
A{
  color : blue;
  
}
A:LINK{
  color : blue;
  
}
A:VISITED{
  color : purple;
  
}
A:ACTIVE{
  font-style : italic;
  color : red;
  
}
.MenuLinkCell{
  font-size : 12px;
  font-weight : lighter;
  
  text-align : left;
  
  color : black;
  
  cursor : auto;
  
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;border-style : none none none none;
  width : 150px;
  height : 24px;
  
}
.PageHeading{
  font-size : x-large;
  font-family : serif;
  font-weight : bold;
}
A:HOVER{
  
  color : red;
}
.MenuText{
  font-family : Arial;
  font-size : 12px;
  font-weight : lighter;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}
.MenuText:Hover{
  background-color : #eaecc1;
}
.MenuBackground{
  background-color : silver;
}
