@charset "utf-8";
.banner {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-position: center;
}
.banner:link {
	text-decoration: underline;
	color: #000099;
	font-weight: normal;
}
.banner:hover {
	text-decoration: none;
	color: #333333;
}
.banner:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}
