



body {
  background: red;
  font-family: Verdana;
}



#content{
  width:528px;
  height:200px;
  padding: 10px;
  overflow: auto;
}

#content a{
  color: #999999;
}

#content p{
  font-size: smaller;
}

#content h1{
  font-size: large;
  font-weight: bolder;
}
  



#menu{
  background: #666666;
  font-family: helvecia;
}

#menu a {
  border: 1px solid #333333;
  text-decoration: none;
  color: white;
  font-size: medium;
  font-weight: bold;
}

#menu a:hover{
  background: #999999;
  color: #333333;

}

#menu a.active {
  background: white;
  color: #333333;
}



#bottom_menu {
  background-image: url(images/bottom_title_new.jpg);
  height: 30px;
}
#bottom_menu a{
  text-decoration: none;
  color: #999999;
  font-size: small;
}

#bottom_menu a:hover{
  text-decoration: underline;
  color:white;
}
