BODY{
  font-family: Verdana, Tahoma, Ariel, "Sans Serif";
  font-size: 10pt;
  color: black;
  margin: 0px;
  background-color: #ffff80;
}

UL{
 text-align: left;
}

tr.loc{
  background-color: #006000;
  color: #ffff80;
  font-weight: bold;
}

tr.nav{
  background-color: #ffff80;
  font-weight: bold;
}

td{
  padding: 1px 10px;
}

td.mark{
  background-color: #006000;
  color: white;
  cursor: hand;
}

a{
 font-size: 8pt;
 text-decoration: none;
}

a:hover{
 font-size: 8pt;
 text-decoration: underline;
}

td.news{
  font-size: 8pt;
  text-align: left;
}