@charset "UTF-8";
#cul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	height: 20px;
	width: 800px;
	position: absolute;
	top: 550px;
	padding-top: 4px;
	text-align: center;
}
a:link {
	color: #464A89;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3300CC;
}
a:hover {
	text-decoration: underline;
	color: #3300CC;
}
a:active {
	text-decoration: none;
	color: #464A89;
}
