.title {
	font-family: Tahoma;
	font-size: 35px;
	color: #676767;
}

.nav{
	font-family: Tahoma;
	font-size: 15px;
	color: #4F4F4F;
}


.lyrics{
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

.video{
	font-family: Tahoma;
	font-size: 15px;
	color: #4F4F4F;
	font-weight: bold;
}


a:visited{
	color:#4F4F4F;
		text-decoration: none;
}
a:link{
	color:#4F4F4F;
		text-decoration: none;
}
a:active{
	color: #4F4F4F;

	text-decoration: none;
}
a:hover{
	color: #B07300;
}

body{
	background-image: url(img/bg2.jpg);
	margin-left: 35px;
}
