			a { text-decoration : none}
			a:link{color :#000000}
			a:visited{color :#000000 }
			a:hover{color :yellow; text-decoration: underline }

			a.important:link {color: black;
			background: white;
			text-decoration: none;}

			a.important:visited {color: black;
			text-decoration: none;}

			a.important:hover {color: #5252ce;
			text-decoration: underline;}

			a.email:link {color: #5252ce;
			text-decoration: underline;}

			a.email:hover {color: #5252ce;
			text-decoration: underline;}
