@charset "utf-8";
/* CSS Document */

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #5E4D38;
}
.menulink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5E4D38;
	font-weight: normal;
	text-decoration: none;
}
.menulink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5E4D38;
	font-weight: normal;
	text-decoration: none;
}
.menulink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #9F5338;
	font-weight: normal;
	text-decoration: underline;
}
.menulink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #9F5338;
	font-weight: normal;
	text-decoration: none;
}
.whitelink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.whitelink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.whitelink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.whitelink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
