/* $Id: style.css,v 1.3 2009/11/08 08:41:26 avenj Exp avenj $ */
body {
  color: #000042;
  background-color: #000042;
  margin-left: 5%;
  margin-right: 5% }
.container {
  background-color: #abcdef;
  padding: 2em; 
  border: 3px double #cd6942; }
a {
  color: #cd6942; }
a:link {
  text-decoration: underline; }
a:visited {
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
a:active {
  text-decoration: none; }
h1 {
  color: #cd6942; }
p {
  text-indent: 5em;
  margin-top: 0.25em;
  margin-bottom: 0.25em; }
.rcs {
  margin-top: 2em; }
.footer {
  width: 100%;
  border-top: 1px solid #000042;
  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%; }
