/* CSS Document */
body  { background: #ccffcc;
	  	color: black;
	  }	  	
h3,h4,p.special	   { color: #009900;
				     background: #ccffcc;
					   }
a:link 	   { color: #009900;
		    background: #ccffcc;
		   }				  		  
a:visited  { color: #006600;
		   background: #ccffcc;
		     }
a:hover   { color: #228B22;
		  background: #ccffcc;
		  	}		   
a:active   { color: #005100;
		   background: #ccffcc;
		    font-size: 125%;
			}					   
body  {	margin-left: 2em; 
		margin-right: 2em;	  	  	   
 	    padding-Top: 20px;
	  	text-align: center;
		font-family: georgia, times, serif;
		font-style: normal; 
		font-weight: bold;	
		}
h3,h4,p,p.special	  {  font-family: georgia, times, serif;
			 		   }
h1,h2,h3,p.special  {	 text-decoration: underline; 
		  			}	   	   
h1,h2,h4	{  font-family: "kelt extended", georgia, times, serif; 
			} 		  
p.special  { font-size: 110%; 
		   }		  	  					   
table,img.but	 { border-style: none;
		   		  }
table,img.photo	 { border-color: black;
				 }	 				 
td		 { padding-left: 20px;
		    padding-right: 20px; 
			}		    		  
ul	     { list-style-type: none; 
		   }		
img.photo {	border-style: inset;
		  	border-width: thick;
		     display: list-item; 
			 }  	  		   		  		      
a:visited,a:active  { font-style: italic;
		   }		
a:hover,a:active  { text-decoration: none;
				  }	
