@charset "UTF-8";

.text {
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
.text a:link {
	color:#000000;
	text-decoration:none;
}
.text a:visited {
	color:#000000;
	text-decoration:none;
}
.text a:hover {
	color:#FF0066;
	text-decoration:none;
}
.text a:active {
	color:#000000;
	text-decoration:none;
}

#container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:400px;
	height:auto;
}
#btn_box {
	width:150px;
	height:15px;
	margin-left:10%;
	margin-top:30px;
	position:absolute;
}
#logo {
	width: 400px;
	height:auto;
	padding-top:20px;
	margin-bottom:30px;
}

.textb {
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:18px;
	text-align:justify;
}
.textb a:link {
	color:#000000;
	text-decoration:none;
}
.textb a:visited {
	color:#000000;
	text-decoration:none;
}
.textb a:hover {
	color:#FF0066;
	text-decoration:none;
}
.textb a:active {
	color:#000000;
	text-decoration:none;
}
.heading {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#FF0066;
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}
.heading a:link {
	color:#FF0066;
	text-decoration:none;
}
.heading a:visited {
	color:#FF0066;
	text-decoration:none;
}
.heading a:hover {
	color:#000000;
	text-decoration:none;
}
.heading a:active {
	color:#FF0066;
	text-decoration:none;
}
