body {
  font-family: Verdana, Arial, Helvetica;
  font-size: x-small;
  margin: 0px;
  background-color: #dddddd;
}

.menu {
  font-size: 8pt;
  background-color: #ffffff;
}

.bot {
  font-size: 8pt;
  font-weight: bold;
  color: #dddddd;
}

.news_highlight {
  color: #ff4400;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

td {
  font-size: 70%;
}

td.topm {
  font-size: 10pt;
}

ol, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol {
  list-style-type: decimal;
} 

ol ol {
  list-style-type: lower-alpha;
}

a:link, a:visited, a:active {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link.topm, a:visited.topm, a:active.topm {
  margin-left: 5px;
  margin-right: 5px;
  color: #dddddd;
  font-weight: bold;
  text-decoration: none;
}

a:hover.topm {
  color: #ffffff;
}

a:link.menu, a:visited.menu, a:active.menu {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:hover.menu {
  color: #666666;
}
