/* Default styles alternative stylesheets demo
 */

BODY    { background: #DDDDFF none; color: #000000;
          font: 1em/1.3 "Verdana", "Arial", "Helvetica", sans-serif;
          text-align: left; 
        }

H1      { background: #000099 none; color: #FFFF00;
          font: 900 2em/1.2 "Verdana", "Arial", "Helvetica", sans-serif;
          border: thick #0000FF; border-style: none none solid none;
	  padding: 0.1em 0.1em 0.1em 0.5em;
          text-align: left; 
        }

P       { text-indent: 4em; margin: 1em; }

OL      { margin: 1em; }
LI      { margin: 0.5em 0em 0.5em 2em; }

.FOOTER { background: #000099 none; color: #FFFF00;
          border: #0000FF solid thin; }
.FOOTER P { margin: 0.1em; text-indent: 1em; }

A:link, A:visited { color: red; }

HR { display: none; }

/* END */