@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	background-position: center center;
	white-space: normal;
}
a:visited {
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 0.2em;
	line-height: normal;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
a:hover {
	display: inline-block;
	background-color: #FFCC33;
	letter-spacing: 0.2em;
	white-space: normal;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 0px;
	overflow: auto;
	background-position: center center;
}

