A:LINK {
	font-family : "Times New Roman";
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	text-decoration : underline;
	color : Teal;
}

A:HOVER {
	color : Red;
	font-style : normal;
	font-family : "Times New Roman";
	font-size : 12pt;
	text-decoration : underline;
	text-transform : capitalize;
	font-weight : normal;
	font-variant : normal;
}

A:VISITED {
	font-family : "Times New Roman";
	font-size : 12pt;
	font-weight : normal;
	color : Teal;
}



