@charset "utf-8";
.links {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFCC;
}

