body {
  background-color: black;
  color: white;}

body, table, input, select, textarea {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10pt; }

a:link { color: white; text-decoration: none }
a:active { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: white; text-decoration: underline }

a.quicklink {
  display: inline-block;
  text-align: center;
  width: 165px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-right: 10px;
  background-color: #620000;
  border: 1px solid #820000;
  color: white;
  text-decoration: none;
  font-size: 10pt; }

a.quicklink:hover {
  background-color: #920000; }

span.quicklinksTitle {
  color: #bb0000; }
