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