BODY
{
  font-family: Arial, Helvetica, sans-serif;
}
SPAN.menu
{
  color: black;
  background: #888888;
  padding-top: 5px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
P.main
{
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
A.menu_link
{
  color: black;
  padding-top: 5px;
  height: 30px;
  width: 120;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
A.menu_link:hover
{
  background: #BBBBBB;
}
.pub
{
  font-size: 10;
}
A.main_link
{
  color: #333333;
  text-decoration: underline;
}
A.main_link:hover
{
  color: black;
  text-decoration: none;
}
A.cs_link:hover
{
  background: #BBBBBB;
}
