/* here you can put your own css to customize and override the theme */
a.eventlink {
	color: #000000;
 	text-decoration: underline;	
}
a.eventlink:focus {
	color: #000000;
 	text-decoration: underline;
}

a.eventlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.eventlink:active {
	color: #FFFFFF;
 	text-decoration: none;
}
