h1 {
  margin-top:1em;
  color:#333;
}

h2 {
  margin-bottom:.3em;

  color:#015B7E;
}

h2.indent {
  margin-left:.5em;
}


p {
  margin:0 0 1em .5em;
}

.container {
  background:white;
}

body {
  background:black;
  background-image:url("/images/bg.gif");
}

.footer {
  font-size:75%;
  text-align:center;
  color:#333;
}

a {
  color:#015B7E;
  text-decoration:none;
}

a:hover{
  
}

a:visited {
  
}

table {
  margin:0 0 0 2em;
  border:none;
}
tr {
  border:none;
}
td.desc {
  width:30em;
}