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

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #96F;
}
a:hover {
	text-decoration: underline;
	color: #93F;
}
a:active {
	text-decoration: none;
	color: #93F;
}

.toptext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #960;
	text-align: center;
}
.expl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #930;
}
.enter {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: center;
	border-bottom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#F96;	
}
.scroltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0;
}
.specific {
	text-align: center;
}
.specific A {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #06F;
}
.specific A:hover {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #06F;
}
.btmtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #909;
	text-align: center;
}
