h1 { font-weight: normal; }
h2 { font-weight: normal; }
h3 { font-weight: normal; }
h4 { font-weight: normal; }
h5 { font-weight: normal; }
h6 { font-weight: normal; }

body {
  background: white;
  color: black;
  font-family: lucida, sans-serif;
  padding: 0em;
  margin-left:  4em;
  margin-right: 8em;
}

a:link    { background: white; color: blue; }
a:hover   { background: white; color: red; }
a:active  { background: white; color: red; }
a:visited { background: white; color: purple; }

p, ul, pre, dl {
  background: white;
}

blockquote {
  margin-left:  4em;
  margin-right: 8em;
}
