.art {
	text-decoration: none;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #6600FF;
	text-decoration: underline blink;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}

