
body, td {
  color: #333;
  font: 11px/11px georgia;
  margin: 0;
  padding: 0;
}

body {
  background: white url(images/bkgd.gif);
}

H1 {
  font-size: 11px;
  line-height: 14px;
  color: #990000;
  font-weight: bold;
  letter-spacing: 6px;
  margin:15 0px 0 0px;
}

H2 {
  font-size: 11px;
  line-height: 14px;
  color: #990000;
  letter-spacing: 1px;
  margin:0 0px 0 0px;
}

H3 {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #333;
  margin:00 0px 0 0px;
}

/***************links***************/


a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #990000;
  text-decoration: none;
}

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

/***************lists***************/

li {
  list-style: disc outside;
} 