@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	background-color: #E9CE98;
}
body,td,th,p {
	font-family: Arial, serif;
	font-size: 14px;
	color: #686846;
}
a:link, a:visited, a:active {
	color: #686846;
	text-decoration: underline;
}
a:hover {
	color: #686846;
	text-decoration: underline;
	font-weight: bold;
}
a.menu_link:link, a.menu_link:visited, a.menu_link:hover, a.menu_link:active {
	color: #686846;
	text-decoration: none;
	font-weight: bold;
}