/* esclat.net style sheet
 * Copyright (c) 2006 by Jeff Gold.  All rights reserved.
 */
html {
  color: #000000; background-color: #e0e0ff;
  font-family:  sans-serif;
  text-align:   justify;
}
h1, h2, h3, h4 {
  color: #000000; background-color: #c0c0ff;
  font-weight:  bold;
  font-style:   normal;
  font-variant: small-caps;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

h4 { font-size: 110%; }
blockquote { 
  font-family: serif;
  font-style: italic;
  text-align: center;
}
body { color: #000000; }
p, ul, ol { background-color: #c0c0ff; margin: 1em; }
a:link    { color: #b00000; background: transparent; }
a:visited { color: #000000; background: transparent; }
a:active  { color: #000000; background: #d0ffff; }
a:hover   { color: #b00000; background: #d0ffff; }
