@charset "utf-8";
/* CSS Document */

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336600;
	line-height: normal;
	padding: 3px;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #663300;
}




.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 85px;
	text-align: left;

}
a:hover {
	text-decoration: none;
	color: #000000;
}

