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

a:hover{
	color: #000000;
}

