body{ 	background-color: #688D65;					/* backgroud color */
		scrollbar-3dlight-color:#688D65;			/* scrollbar colors */
		scrollbar-arrow-color:#000000;
		scrollbar-base-color:#688D65;
        scrollbar-darkshadow-color:#688D65;
        scrollbar-face-color:#688D65;}

a:link {color: #3E553C} 					/* unvisited link */
a:visited {color: #3E553C}				/* visited link */
a:hover {color: #3E553C}					/* mouse over link */
a:active {color: #3E553C}	   			/* selected link */

p.normal {  text-align: left;
			font-weight: bold}

p.center {	text-align: center; 
			font-weight: bold}
			
			
p.italic { 	text-align: left;
			font-weight: bold; 
			font-style: italic}
			
p.picture { text-align: center;
			font-weight: bold}

p.title { text-align: left; 
		  font-weight: bold;
		  font-size: 20;}	

h1{ color: #3E553C; 
	font-size: 100pt; 
	font-family: "Monotype Corsiva";
	font-weight: normal;
	text-align: center}

h2{ color: #3E553C; 
	font-size: 60pt; 
	font-family: "Monotype Corsiva";
	font-weight: normal;
	text-align: center}
	
h3{ color: #3E553C; 
	font-size: 25pt; 
	font-family: "Bookman Old Style";
	font-weight: bold;
	text-align: center;
	font-style: italic}
	
h4{ color: #3E553C; 
	font-size: 10pt; 
	font-family: "Bookman Old Style";
	font-weight: bold;
	text-align: center;
	font-style: normal}
	

