a:link, a:visited {
	color: green;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight:bold;
}