a:link, a:visited  {
	text-decoration: none;
	color: brown;
}

a:hover {
	color: red;
}