html {
	 margin: 0;
     padding: 0;
      }
      
      body {
      	    color: #ffebcd;
      	    background-color: #404040;
      	    font-family: Verdana, Helvetic, Arial, sans-serif;
      	    font-size: 1em;
      	    }
      
#container {
      	    background-color: #000;
      	    	        width: 800px;
	        height: 2100px;
	        margin: 2% 0 8% 10%;
	        padding: 2% 0 4% 2%;
	       border: solid 0.5px #c8c8c8;
	        }
 
 
.lede  {
	    float: left;
	    margin: 0 0 0 2%;
	    } 
 	 
h1,h2,h3,h4,h5,h6 {
	               font-family: Georgia, serif;
	               color: #ff0000;
	               } 	    	    
      
h1.hed {
	    width: 40%;
	    height: auto;
        } 
        
     
      
a:link {
	             color: #87ceeb;
	             text-decoration: none;
	             }
	             
a:visited {
	             font-weight: lighter;
	             color: #87ceeb;
	             text-decoration: none;
	             	} 
	             	
a:hover {
	             font-weight: lighter;
	             color: #ff4500;
	             text-decoration: underline;
	             	}     
      
#navrail {
          float: right;
	      margin: 0 0 0 0;
	      width: 30%;
	      height:  0.5%;
	      }
	      
    
	      
#navrail a:link {
	             font-family: Verdana, Helvetica, Arial;
	             font-size: .94em;
	             font-weight: lighter;
	             color: #b0b0b0;
	             text-decoration: none;
	             }
	              
#navrail a:visited {
	             font-weight: lighter;
	             color:  #b0b0b0;
	             text-decoration: none;
	             	}
	             	
#navrail a:hover {
	             font-weight: lighter;
	             color: #fff;
	             text-decoration: underline;
	             	}

	             	
#main {
	   float: left;
	   width: 95%;
	   height: 1800px;
	   margin: 26% 0 0 0;
	   padding: 2% 1% 0 0;
   	    }
   	    
 #main h2 {
 	       color: #0000ff;
 	       font-family: Georgia, Times New Roman, Times, serif;
 	       font-size: 200%;
 	       }  	    
	    
	    #main p {
	    	     width: 100%;
	    	     font-size: .88em;
	    	     line-height: 160%;
	    	     }
	    	     
#main p.intro {
	    font-family: Georgia, Times, Times New Roman, serif;
	      font-size: 1.40em;
	      font-weight: bolder;
	    color: #008f15;
	     }		    	     	             	
	    
	    	     

.dropcap {
float:left;
color:#008000;
font-size:60px;
padding-top: 3px;
font-family: Verdana, Helvetic, sans-serif;
} 
	    
.right {
	   float: right;
	   margin: 3% 0 3% 3%;
	     }	
	     
	     
.left {
	   float: left;
	   margin: 3%  3% 3% 0;
	     }	     
   
       
 #footnote {
 	        float: left;
 	        margin: 5% 0 0 0;
 	        font-family: Georgia, serif;
 	        font-style: italic;
 	        color: green;
 }
 
 
 #ads {
 	   clear: both;
 	   }
  	             		      	            