a:link {
	text-decoration: none;
	border: Black;
}
a:visited {
	text-decoration: none;
	border-color: Silver;
}
a:hover {
	text-decoration: underline;
	color: red;
	border-color: Red;
}
a:active { text-decoration:none; }
