html {
	 margin: 0;
	 padding: 0;
	 }
	 
	 
body  {
	   color: #ffebcd;
	   background-color: #000;
	   font-family: Verdana, Helvetica, sans-serif;
	   font-size: medium;
	   }
	   
a:link  {
	     font-family: Georgia, serif;
	     font-size: 140%;
	     text-decoration: none;
	     color: #87ceeb;
	     }	
	    
a:visited  {
	     font-family: Georgia, serif;
	     font-size: 101%;
	     text-decoration: none;
	     color: #87ceeb;
	     }
	    
a:hover {
	     font-family: Georgia, serif;
	     font-size: 101%;
	     text-decoration: none;
	     color: #ff0000;
	     }		   
	   
 p  {
 	 font-size: 108%;
 	 font-weight: lighter;
 	 line-height: 140%;
  	 width:70%;
  	 	 }
 	 
#container {
	        width: 840px;
	        height: 1000px;
	        margin: 17% 0 0 25%;
	         }
	         
#container a:link  {
	     font-family: Georgia, serif;
	     font-size: 110%;
	     text-decoration: none;
	     color: #87ceeb;
	     }	
	    
#container a:visited  {
	     font-family: Georgia, serif;
	     font-size:110%;
	     text-decoration: none;
	     color: #87ceeb;
	     }
	    
#container a:hover {
	     font-family: Georgia, serif;
	     font-size: 110%;
	     text-decoration: none;
	     color: #ff0000;
	     }		         
   
	         
ul li {list-style-type: none;
}

h1 /*this is the page title */
        {
        font-family: Georgia;
        font-weight: lighter;
        font-size: 200%;
        text-decoration: none;
        color: #ff0000;
        }	         
	         
hr {
	width: 45%;
	color: #ff0000;
	align: center;
	}	         	 
	
		     