/* $Id: style.css,v 1.3 2009/11/17 07:07:56 avenj Exp avenj $ */
body {
  color: #000000;
  background-color: #000000;
  margin-left: 5%;
  margin-right: 5% }
.container {
  background-color: #333333;
  padding: 2em; 
  border: 3px double #990000; }
a {
  color: #339900; }
a:link {
  text-decoration: underline; }
a:visited {
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
a:active {
  text-decoration: none; }
h1 { color: #990000; }
h2 { color: #996633; }
p {
  color: #009999; 
  text-indent: 5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em; }
.rcs {
  margin-top: 2em; }
.footer {
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 2em; }
.footer p {
  text-indent: 0em;
  font-size: 75%;
  clear: none; }
ul {
  list-style-type: circle; }
dt {
  font-weight: bold;
  font-size: 110%; }

