body {
	background-color: #b2d998;
	scrollbar-base-color: #89b271; 
	scrollbar-arrow-color: #cae9b5;
	scrollbar-Shadow-Color: #89b271;
	scrollbar-DarkShadow-Color: #cae9b5;
	scrollbar-Highlight-Color: #cae9b5;
	overflow: auto;
	overflow-y: hidden;	
	overflow-x: hidden;	
}
p {
	font-family: "Times New Roman", Times, serif;
	color: #3a522e;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #3a522e;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #3a522e;
}

a:link {
color: #3a522e;
/*	text-decoration: none;*/
	/*color: #FF6600;*/
	text-decoration: underline;
}
a:visited {
/*	text-decoration: none;*/
	color: #3a522e; 
	text-decoration: underline;
	/*color: #FF6600;*/
}
a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
	color: #c36a03;
}
a:active {
/*	text-decoration: none;*/
	color: #3a522e; 
	text-decoration: underline;
	/*color: #752e00;*/
}

img{
	border:none
	}
	
li {
	font-family: "Times New Roman", Times, serif;
	color: #3a522e;
}

ol {
	font-family: "Times New Roman", Times, serif;
	color: #3a522e;
}

