address, blockquote, body, div, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, span, th, td, ul {
 font-family: Georgia, Palatino, serif;
 color: #5F6760;
 }
 
a:link, a:visited {
	color: #4A954A;
	text-decoration: underline;
	}
	
a:link:hover, a:link:visited:hover {
    color: #4A954A;
    background-color: #D3EAD6;
    text-decoration: underline;
    }
	
BODY {
	background-image: url('images/background6.jpg');
	background-repeat: no-repeat;
	background-position:   left top;
	}
	
h1 {
	font-size: 2em;
	margin-top: 2px;
	margin-bottom: 4px;
	}
	
h2 {
	font-size: 1.7em;
	margin-top: 2px;
	margin-bottom: 4px;
	}
	
h3 {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 4px;
	}
	
