a:link, a:visited {
	color: Blue;
	text-decoration: none;
}
a:hover, a:active  {
	text-decoration: underline;
}
