a.menu_item:link
{
  text-decoration: none;
  color: #909090;
  background-color: transparent;
  font-size: 18px;
}

a.menu_item:visited
{
  text-decoration: none;
  color: #707070;
  background-color: transparent;
  font-size: 18px;
}

a.menu_item:hover
{
  text-decoration: underline;
  color: #C0C0C0;
  background-color: transparent;
  font-size: 18px;
}

p.menu_header
{
  color: #666666;
  background-color: transparent;
  font-weight: bold;
  font-size: 24px;
}

a.menu_header:link
{
  text-decoration: none;
  color: #A0A0A0;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

a.menu_header:visited
{
  text-decoration: none;
  color: #707070;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

a.menu_header:hover
{
  text-decoration: underline;
  color: #C0C0C0;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

table.side_menu
{
  background-color: #303030;
  width: 190px;
  border-style: solid;
  border-width: thin;
  line-height: 115%;
}