a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: blink;
}
a:visited {
	text-decoration: blink;
}
a:active {
	color: #00CCFF;
	text-decoration: underline;
}
