@charset "utf-8";
.txt10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #663300;
}
body {
	background-color: #fed41d;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #663300;
	text-decoration: none;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #663300;
	font-size: 13px;
}
a:hover {
	color: #663300;
	font-size: 13px;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-size: 13px;
	color: #663300;
}