body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: white;
  background-color: black;
  margin-top: 50px;
  margin-bottom: 50px;
}
a {
  color: yellow;
  text-decoration: none;
}
a.calendar {
  color: white;
  text-decoration: none;
}
a.calendar:hover {
  color: yellow;
  text-decoration: underline;
}
a.news {
  color: white;
  text-decoration: none;
}
a.news:hover {
  color: yellow;
  text-decoration: underline;
}
div.news {
  line-height: 1.4em;
}
div.title {
  color: white;
  font-size: 15pt;
  font-weight: bold;
}
div.quote {
  color: white;
  font-style: italic;
  line-height: 1.4em;
}
div.content {
  color: white;
  font-size: 10pt;
}
div.menu {
  color: white;
  line-height: 1.5em;
  white-space: nowrap;
} 
div.menu a {
  color: #BCA871;
  text-decoration: none;
}
tr.page_nav {
  color: #A8A8A8;
  font-size: 9pt;
}
div.deunet {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #A8A8A8;
}
div.deunet a {
  color: #A8A8A8;
  text-decoration: none;
}

