a:link {
	font-weight: bold;
	color: #0000FF;

}
a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: blink;




}
a:visited {
	color: #0000FF;
	font-weight: bold;

}
a:hover {
	color: #000000;
	text-decoration: underline overline;
}

