h1 {
font-size: x-large;
font-family: sans-serif;
font-style: normal;
font-weight: bold; 
text-align: center;
}

h3 {
	font-size: large;
}
 

h2 {
	
}

body {
	color: #006400;
	background-color: #FFFAF0;
	font-family: Arial, sans-serif;
	font-size: medium;
	background-image: url(images/background.gif);
}

img.picture {
	color: #006400;
	background-color: #FFFAF0;
	font-family: Arial, sans-serif;
	font-size: medium;
	border: medium outset #FFFAF0;
}

img.heading {
	color: #006400;
	background-color: #FFFAF0;
	font-family: Arial, sans-serif;
	font-size: medium;
	background: transparent;
}



a:link { 
	color: #006400;
	clear: none;
}

a:visited
{
	color: #8A8A22;  
} 

a:active 
{
	color: #C1C100;  
}

