A:link  {
	color : #BACCD6;
	text-decoration : underline;
	font-weight : bold;
	font-family : Verdana;
	font-style : normal;
}

A:visited  {
	color : #BACCD6;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
	font-family : Verdana;
}

A:active  {
	color : #BACCD6;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana;
	font-style : normal;
}

A:hover  {
	color : azure;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
	font-family : Verdana;
}

