#indexTitle { 
	color: white;  
	font: bold 45px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px; 
	}			

#subTitle{
	background-repeat: repeat-x;
	color: #333333;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body 
{
background-color: black
}

a { 
	color: white;
	background-color: black 
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, 
	sans-serif; padding: 2px; 
	text-decoration: none; 
	}

a:hover { 
	text-shadow: 2px 2px; 
	font-weight: bold;  
	color: #80ff00; 
	background: inherit; 
	}
	
ul {
	list-style: none;
	padding-left: 10px;
}