@font-face {
	font-family: Century Gothic;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: none;
}
.text {
	font-family: "walkway", arial;
	font-size: 18px;
	color: #FFFFFF;
}
.header {
	font-family: "walkway", arial;
	font-size: 24px;
	color: #990000;
}
#event {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	}
#event:hover {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	}