@charset "utf-8";

table#topao a:link {
	color: #CCCCCC;
	text-decoration: none;
}
table#topao a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
table#topao a:active {
}
table#topao a:hover {
	left: 2px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
