/* $Id: style.css,v 1.6 2011/03/17 18:53:58 avenj Exp avenj $ */

body {
  color: #000000;
  background-color: white;
  margin-left: 5%;
  margin-right: 5%; }
.container {
  background-color: #dcdcdc;
  padding: 2em; 
  border: 2px double navy; }

a {
  color: maroon;
}
a:link {
  text-decoration: underline; }
a:visited {
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
a:active {
  text-decoration: none; }

h1        { color: black; }
h4.header { color: black; }
a.header  { color: navy; }
a.header:hover {
  color: black;
  text-decoration: underline;
}

p {
  text-indent: 1em;
  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; }
.code {
  color: blue;
}

ul {
  list-style-type: circle; }
dt {
  font-weight: bold;
  font-size: 110%; }

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }



