@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; } 

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #000000
	}
	
a {
	color: #000066;
	text-decoration: none;
	text-shadow: #009900;
}

a:hover {
	color: #009900;
}

.events_font {
	font-family: Arial, Helvetica, sans-serif;
}
