	h1 { 
	 
  font-family: Garamond, "Times New Roman", serif;  
  font-size: 250%;
  font-style : italic;
  text-align: center;
  color: #000000;  padding-left: 0;}
  
h2 {  
  font-family: Garamond, "Times New Roman", serif;  
  font-size: 200%;
  text-align: center;
  color: #000000;  
  padding-left: 0;}
	     
	     
h3 {  
  font-family: Garamond, "Times New Roman", serif;  
  font-size: 200%;
  text-align: center;
  color: #FFFFFF;
  background-color: #020;  
  padding-left: 0;} 
	     
	p,ul { font-family: sans-serif; }
	     
	     
	     html, body { 
	 margin-left: 1%; 
	 margin-right: 1%;  
	font-family: Verdana, sans-serif;
	 padding: 0;
	 text-align: center;
	 }
	

	     
	     #navcontainer ul { 
	     margin: 0;
	     padding: 0;
	     list-style-type: none; 
	     text-align: center; }
	     
	     #navcontainer ul li { 
	     display: inline;
	     }
	     
	     #navcontainer ul li a { 
	     text-decoration: none; 
	     padding: .2em 1em; 
	     color: #fff; 
	     background-color: #020; }
	     
	     #navcontainer ul li a:hover {
	     color: #fff; 
	     background-color: #064; }
	     
	      #fences ul { 
	     margin: 0;
	     padding: 0;
	     list-style-type: none; 
	     text-align: center; }
	     
	     div.box { border: solid; border-width: thin; width: 100% }