a {
	font-weight: bold;
	color: #FFCC00;
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFFFFF;
	font-size: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.about {
	font-size: 14px;
}

.band-name {
	color: #333333;
	background-color: #EEBB22;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.johns-name {
	color: #FFCC00;
	font-weight: bold;
}

.nav {
	background-color: #660066;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
}

.nav a {
	text-decoration: none;	
}

.nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

.spacer {
	display: block; 
	margin-top: 3px;
}

.subtitle {
	color: #FFFFFF;
	background-color: #BB3333;
	font-weight: bold;
	font-size: 16px;
}

.title-hidden {
	color: #990000;
}

.title-hidden hover{
	color: #990000;
}
