A:link {color: blue;}
A:visited {color: purple;}
A:hover {color: red;}
body { background: white; color: black; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
p {
  line-height: 1.3em;
  text-indent: 1em;
}

blockquote {
  margin-right: 2em;
  margin-left: 2em;
  padding-left: 1em;
  border: dashed 2px #FFCC66;
  width: auto 
}
