
.navbar {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	
}
.subheads {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	font-weight: normal;
	color: #f9910e;
	
}
.subheadswhite {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	
}

.head {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 50px;
	font-weight: normal;
	color: #29114A;
	
}

.headorange {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 50px;
	font-weight: normal;
	color: #f9910e;
	
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.text {
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}

/* Music Buttons */

#button01-play, #button02-play, #button03-play, #button04-play, #button05-play, #button06-play,
#button01-pause, #button02-pause, #button03-pause, #button04-pause, #button05-pause, #button06-pause {
	margin: none;
	padding: none;
	border: none;
	width: 30px;
	height: 28px;
	vertical-align: top;
	background: url("play-pause.gif") 0 0;
}

/* display a transparent button at first to avoid image flash when page loads */
/* JS will cause the actual pause button to display */
#button01-pause, #button02-pause, #button03-pause, #button04-pause, #button05-pause, #button06-pause {
	background: url("play-pause.gif") -60px 0;
}

/* End Music Buttons */
