body {
    background-color: #000000;
}
.nav {
    color:#FFFFFF; font-family: "lucida console";font-size:25px; text-align:center
}
.titlefont {
     font-family: "lucida console";font-size:30px; text-align:center; font-weight: bold; margin-left: 10px; margin-right: 10px;
}

.songtitle {
     font-family: "lucida console";font-size:15px; margin: 1px;
}

.bandtitle {
     font-family: "lucida console";font-size:25px; font-weight: bold; 
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contactInfo{
    font-family: "lucida console";font-size:15px; margin: 1px; font-weight: bold;
}