body{
  background: #B5DB91;
  font-family: arial;
}

a:link{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a:visited{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover{
  color: #FF8227;
  font-weight: bold;
  text-decoration: none;
}

.bodyTable{
  background: #FFFFFF;
  border: thin solid black;
}

.logoCell{
}

.topBar{
  background: #982A0D;
  color: #F7E994;
  font-size: 10px;
}

.bottomBar{
  background: url(images/header4.jpg) no-repeat right;
  color: #FF8227;
}

.sideBar{
  font-size: 10px;
}

.aboutCell{
  background: url(images/about_frog.png) no-repeat right bottom;
}

.sideTitle{
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.footerBar{
  background: #FFFFFF;
  color: #000000;
  font-size: 11px;
}