/* CSS Document */

.leftbuttons
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}
  
.leftbuttons:hover
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#ffcc00;
  }
.districtbuttons
{
  font-family:verdana;
  font-size:11px;
  font-weight:none;
  text-decoration:none;
  color:#000099;
}
  
.districtbuttons:hover
{
  font-family:verdana;
  font-size:11px;
  font-weight:none;
  text-decoration:none;
  color:#990000;
  }
  
  .venus
{
  font-family:verdana;
  font-size:11px;
  font-weight:none;
  text-decoration:none;
  color:#FFFFFF;
}
  
.venus:hover
{
  font-family:verdana;
  font-size:11px;
  font-weight:none;
  text-decoration:none;
  color:#990000;
  }
  
.enlarge
{
  font-family:verdana;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#003399;
}
  
.enlarge:hover
{
  font-family:verdana;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#FF0000;
  }
  
  .mail
{
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#000066;
}
  
.mail:hover
{
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  color:#FF0000;
  }