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

}
a:hover {
	color: #ADD8ES;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
}
