body {
	background-color: #ffffff;
	scrollbar-base-color: #f5ffdc;
	scrollbar-track-color: #f5ffdc;
	scrollbar-face-color: #80977f;
	scrollbar-highlight-color: #f5ffdc;
	scrollbar-3dlight-color: #f5ffdc;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #f5ffdc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #669966;
}

p {font-family: Georgia, "Times New Roman", Times, serif;
	color: #669966;
	font-size: 100%;
	margin: 8px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin:15px 0;
}

a:link   {
	color: #F7FFDA;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited   {
	color: #F7FFDA;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover   {
	color: #396249;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active   {
	color: #F7FFDA;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	margin:15px 0;
	margin-left: 20px;
}
ul li {
	margin-left:5px;
}
	
	