A:Link {
	text-decoration : none;
	text-align : left;
	font-family : Arial;
	color : #3A7474;
	font-weight : bold;
	font-style : normal;
}

A:Visited  {
	text-decoration : none;
	text-align : left;
	font-family : Arial;
	color : #3A7474;
	font-weight : bold;
	font-style : normal;
}

A:Active  {
	text-decoration : none;
	font-family : Arial;
	color : #3A7474;
	font-weight : bold;
	font-style : normal;
}

A:Hover  {
	text-decoration : underline;
	font-family : Arial;
	color : Red;
	font-weight : bold;
	font-style : normal;
}

