	A:link {
	text-decoration: none;
	color: #35537E;
	font-weight : bold;
}
	A:active {
	  text-decoration: none;
          color: #35537E;
		  	font-weight : bold;
        }
	A:visited {
	  text-decoration: none;
	  color: #35537E;
	  	font-weight : bold;
	}
	A:hover {
	  text-decoration: underline;
	  color: #FCC462;
	  	font-weight : bold;
	}

