BODY {
  background: #FDFDFF;
  color: black;
  font-family: "Trebuchet MS", sans-serif;
  margin-left: 10%;
  margin-right: 5%;
}

DIV.topbanner {
  width: auto;
  background: #004069;
  color: #FDFDFF;
  font-family: Verdana, sans-serif;
  padding: 4px;
  border: 2px solid #004;
  border-left: 2px solid #999;
  border-top: 2px solid #AAA;
  border-right: 2px solid #004;
  border-bottom: 2px solid #004;
  margin: 6px;
}

H1, H2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

H1 {
  font-variant: small-caps;
}

P.bottomlinks {
  font-size: small;
  font-family: Verdana, sans-serif;
  background: #BCD;
}

UL {
  list-style-type: square;
  line-height: 150%;
}


A {
  color: #029;
  background: none;
}

A:visited {
  color: #909;
  background: none;
}

A:active {
  color: #FFF;
  background: #39C;
}

A:hover {
  color: #DDD;
  background: #036;
