
body		{ margin: 0; padding: 0; 
		  background-color: #fff5e8; 	
		}

a:link		{ text-decoration: none; font-weight: bold; color: blue;
		}

a:active 	{ text-decoration: none; font-weight: bold; color: red;
		}	

a:visited	{ text-decoration: none; font-weight: bold; color: #ff9900;	
		}

#navigation	{ background-color: #cccccc; 
		  height: 30px;
		  margin: 0; padding: 0;
		  position: fixed; top: 0; left: 0; right: 0; 
		  color: #000066; 
		}

#text		{ background-color: #fff5e8;
		  margin: 0; padding: 0; border-spacing:0; 
		  color: #002927; 
		}


p 		{ font-family: verdana, arial, helvetica, sans-serif;;
     		  font-size: medium;
    		  margin-left: 10%; margin-right: 5%; 
		  line-height: 1.4;
		  color: #002927; 
		}


.navigation	{ margin-left: 5%; margin-right: 5%;
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: small;
		  vertical-align: middle;
		}


h2 		{ font-family: garamond, palatino, serif;
      	  	  font-size: x-large;
      	  	  font-weight: bold;
     	    	  margin-left: 5%;
		  color: #002927; 
		  line-height: 1.4;	
		}


h3		{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: large;
		  font-weight: bold;
     	    	  margin-left: 5%;
		  color: #002927; 
		  line-height: 1.5;
		}


.p1		{ margin-left: 14%; 
		}
		  
.p2		{ margin-left: 19%;  
		}

.p3		{ margin-left: 5%;  
		}

