@charset "utf-8";

/* CSS Document */



body {

	margin-top: 0;

	padding: 0;

	text-align: center;

	color:#CCCCCC;

	background-color: #231f20;

}

body, th, td, input, textarea, select, option {

	font-family: Verdana, Arial, Helvetica, sans-serif;

        font-size: 11px;

	color: #CCCCCC;

}

h6 {

text-align:left;

font-size:12px;

font-weight:bold;

}
a:link, a:visited {

 color: #CCCCCC;

 text-decoration:none;

}

a:hover {

 text-decoration:underline;

 }
#events {
text-align: center;
color: #333333;
}

#events a:link, a:visited {
	color: #333333;
	text-decoration:none;
}

#events a:hover {
	color: #FF3333;
 }
#footer {

 font-family:Verdana, Arial, Helvetica, sans-serif;

 color:#CCCCCC;

 font-size:9px;

 }

#footer a:link, a:visited {

 color: #CCCCCC;

 text-decoration:none;

}

#footer a:hover {

 text-decoration:underline;

 }
