@charset "utf-8";
/* HitZ 2010 CSS Document */

<!--
body {
	background-color: #000000;
}
    .body{color:#ffffff; 
	font-family:Tahoma; 
	font-size: 13px;
	font-weight:bold; 
}
    .eventlink{color: #999999; 
	font-family:Tahoma; 
	font-size: 13px;
	font-weight:bold; 
}
    .body{color: #CCCCCC; 
	font-family:Tahoma; 
	font-size: 13px;
	font-weight:bold; 
}

  /* Link */
  
.footmenu a:link {color: #999999; text-decoration: none}
.footmenu a:visited {color: #999999; text-decoration: none}
.footmenu a:hover {color: #FFCC00; text-decoration: underline}
.footmenu a:active {color: #999999; text-decoration: none}

.eventlink a:link {color: #999999; text-decoration: none}
.eventlink a:visited {color: #999999; text-decoration: none}
.eventlink a:hover {color: #CCCCCC; text-decoration: underline}
.eventlink a:active {color: #999999; text-decoration: none}

-->