@charset "UTF-8";
.text_center {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #069;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}
body {
	overflow-y: scroll;
}
