
body {
    background-color:#f0f0f0;
  margin: 0px;
  text-align: center;
}
#content {
  width:1000px; 
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-family:verdana;
  font-size:10pt;
  font-style:normal;
  font-weight:normal;
  text-align: left;
  min-height: 1000px;
  margin-bottom: 10px; 
}

a {
  text-decoration: none;
}

a:visited {
  color: #2222FF;
}

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

td {

}

a.nav {
 color: #2222FF;
 display: block;
 line-height: 150%;
 border-top-width: 1px;
 border-top-color: #aaaaaa;
 border-top-style: solid;
}

a.nav:hover {
 background-color: #dddddd;
 text-decoration: none;
}

.white {
 color: #FFFFFF;
}

a.white:hover {
 color: #cc0000;
 background-color: #ffffff;
}

p.tiny {
 font-size: 80%;
}

h1, h2 {
 color: #cc0000;
}