body {
  background-color: #800000;
  margin-top: 0px;
  margin-bottom: 0px;
  scrollbar-face-color: #9fadc3; 
  scrollbar-arrow-color: #9fadc3; 
  scrollbar-base-color: #9fadc3;
}
a:link {
  font-weight: bold; 
  color: black;
  height: 0px; 
  text-decoration: none;
}
a:visited { 
  color: black;
  font-weight: bold;
  height: 0px; 
  text-decoration: none;
}
a:hover { 
  color: black;
  cursor: hand;
  height: 0px; 
  text-decoration: none;
}
a:hover {
  color: #9fadc3;
}
body, table, tr, td, p {
  color: black;
	font-family: verdana;
	font-size: 8pt;
	line-height: 13px;
}
.headline {
  font-size: 10pt;
  text-transform: uppercase;
}