/*
  File: styles.css
  Purpose: General styles for stonegod.org. Generally a white-on-black
           arrangement.
  Author: tjk
  Version: $Id:$
*/

/* Note: in XHTML, elements are suggested to have *lowercase* names. */

body { background: black; 
       color: #CCCCCC;
       font: 0.9em/1.3em Verdana, Geneva, Helvetica, sans-serif;
       margin-left: 15%; 
       margin-right: 15% }

h1, h2, h3, h4, h5, h6 { line-height: 100% }
h1.title { text-align: center }
h2.section { margin-left: -1em }
h3.subsection { margin-left: -0.5em }


a { font-weight: bolder } 
a:link { color: white }
a:visited { color: #888888 }
a:active  { color: white }
a:link, a:visited, a:active { text-decoration: none }
a:hover { background: #333333 }

.center { text-align: center }

p.endtag { text-align: right; font-style: italic }
p.legaltag { text-align: center; font-size: 75% }

