a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;

}
a:hover {
	color: #0000FF;
	text-decoration: underline overline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
