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

body,td,th {
	font-size: 16px;
	color: #9B6F43;
}
body {
	background-color: #FFF;
}
a:link {
	color: #BE7A36;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BE7A36;
}
a:hover {
	text-decoration: none;
	color: #BE7A36;
}
a:active {
	text-decoration: none;
	color: #BE7A36;
}

