body {
  background: white none;
  color: #000066;
  font-family: Arial, Helvetica, sans-serif
}

p small { font-size: smaller }


h1 {
  color: #ff0000;
}

h2 {
  color: #cc0000;
}

h3 {
  color: #990000;
}

blockquote {
  margin-left: 10%;
  margin-right: 10%;
  color: #000040;
  background: white none;
  padding: 2em;
  border: thin ridge #dc143c
}


a:link {
  color: #00f;
  background: white none
}

a:visited {
  color: #800080;
  background: white none
}

a:active {
  background: yellow none
}

