body {
  color            : #FF00CC;
  margin-top      : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
  padding          : 0px;
  background-color : #FFFFFF;
  font-family      : Comic Sans MS;
  font-size        : 22px;
visibility: visible;
position: relative;
top: 0px;}




a.mainlevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 14px;
  text-indent      : 12px;
  background-color: #ebe9ed;
}


a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  width: 100%;
  height: 22px;
  background-image: url(/img/navbar.gif);
  background-color: #e8e8e8;

  font-size        : 14px;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #999999;
  padding          : 2px 0px 2px 0px;
  color: #1c44b3;
  text-indent: 25px;


}

a.mainlevel:hover {
  background-color : #E3E3E3;
  font-size        : 16px;
  text-indent      : 10px;
  color: #003490;
  background-image: url(/img/navbar_on.gif);
  text-indent: 25px;
  font-style: bold;
  text-decoration: underline;
}