@charset "utf-8";
/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #895F46;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

a:link {
	color: #895F46;
	text-decoration: underline;
}
a:visited {
	color: #895F46;
}
a:hover {
	color: #895F46;
}
a:active {
	color: #895F46;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}	
ul{
list-style: square;
color: #895F46;
} 

