.style5 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.style2 {color: #FF9900}
.style1 {color: #FFFFFF}
.main_box {
	height: auto;
	width: 715px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back.gif);
	padding-top: 120px;
	padding-right: 80px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.under_box {
	height: auto;
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
body {
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
