@charset "utf-8";
/* CSS Document */

body {
background-color:#e8e4db;
scrollbar-base-color:#e8e4db;
scrollbar-arrow-color:#6b5c4f;
scrollbar-track-color:#f2f0ea;
color:#6b5c4f;
margin-left:0px;
margin-top:3px;
}

p {
font-size:18px;
}

li {
font-size:18px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6b5c4f;
	background-color:#e8e4db;
	border: 0px;
}
	
a:link {
 border-width: 0px; 
 text-decoration: none;
 color:#6b5c4f;
 font-size: 16px;
 font-family: Georgia, Times New Roman, serif; 
}

a:visited {
 border-width: 0px; 
 text-decoration: none;
 color:#6b5c4f;
 font-size: 16px;
 font-family: Georgia, Times New Roman, serif;
}

a:hover {
	border-width: 0px;
	color:#e4c498;
	font-size: 16px;
	font-family: Georgia, Times New Roman, serif;
}
