@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.style1 {color: #333333}
.maincopy {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}
