@charset "UTF-8";

.Neo_Front_Body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align:center;
	margin: 20px auto;
	padding: 20px;
	width: 800px;
	height: auto;
	border: thin solid #CCC;
	overflow: visible;
	visibility: inherit;
	text-decoration: none;
	
	
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #666;
}
body,td,th {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
}
a {
	font-size: small;
}
.footer {
	font-size: x-small;
}

