body {
  background-color: white;
}

body, td {
  font-family: Verdana;
  font-size: 12px;
  color: black;
  line-height: 18px;
}

a {
  color: #d2031c;
  text-decoration: none;
}

a:visited {
  color: #d2031c;
}

a:hover {
  color: #243666;
  text-decoration: underline;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  color: #243666;
  margin: 0px;
  height: 30px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #243666;
  margin: 0px;
  height: 26px;
}

.menu {
  color: white;
}

a.menu {
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

a.menu:active {
  color: white;
}

a.menu:visited {
  color: white;
}

a.menu:hover {
  color: white;
  text-decoration: underline;
}

.copyright {
  font-size: 9px;
  color: white;
}

a.copyright {
  color: white;
}

a.copyright:visited {
  color: white;
}

a.copyright:hover {
  color: white;
  text-decoration: underline;
}

.news {
  font-size: 10px;
  line-height: 14px;
}


