@import "http://";

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0088;
}
a:active {
	text-decoration: none;
	color: #66CC66;
}