h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
body {
	background-color: #000;
	color: #CCC;
}
a {
	color: #F00;
	font-weight: bold;
}
th {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	font-style: italic;
}
#menu {
	float:left;
	width:100%;
	background:#000000;
	font-size:100%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/menu/tableftF_negro2.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/menu/tabrightF_negro.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
