a{
	color : Blue;
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

a:visited{
	color : Purple;
}

a:hover {
	text-decoration : underline;
	color : Red;
}

a:active {
	text-decoration : none;
	color : Red;
}

