body {
		font-family: arial, helvetica, sans-serif;
		font-size: .8em;
		color: #5a1e00;
		background-color: #f0f0a0;
       	background-image: url(graphics/sidebar.gif);
       	background-repeat: repeat-y;
       	margin-left: 200;
		}
		
		p {font-family: arial, helvetica, sans-serif;
		color: #5a1e00;
		background-color: #f0f0a0;
  		font-size: 1em; }
  		
		p.first {
	  	text-indent: 1.5em;
 	       text-align: justify;
	       }
	       
	       .caps {
 		font-variant: small-caps;
 		font-size: 1.5em;
 		}
 		
 		.small { font-size: smaller; }
 		.italic { font-style: italic;	}
 		.margin {margin-left: 25px; }
 		 		
 		.rfloat { float: right; }
 		.lfloat { float: left;}
 		
   		h1 {
	       font-family: times, serif;
	       font-variant: small-caps;
	       font-size: 1.5em;
	       font-weight: bold;
	       text-indent: .7em;
	       color: #cc0000;
	       background-color: #cc9966;
	       }
	       
	       h2 {
	       font-family: arial, helvetica, sans-serif;
	       font-style: bold;
	       font-variant: small-caps;
	       font-size: 1em;
	       color: #cc0000;
	       background-color: #f0f0a0;
	       }   
	       
	       h3 {
	       font-family: arial, helvetica, sans-serif;
	       font-style: bold;
	       font-style: italic;
	       font-variant: small-caps;
	       font-size: 1em;
	       color: #cc0000;
	       background-color: #f0f0a0;
	       }   
	       
	       a:link {
       	color: #cc0000;
        	background-color: transparent;
        	font-style: italic;
   		}

		a:visited {
       	color: #5a1e00;
        	background-color: transparent;
        	font-style: normal;
   		}
   		