


a {
	
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
color: #FFDC00;
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	
}

