
body {

	background-image: url("https://67.media.tumblr.com/4fb4f6cf9f87bce0d1047d7e5a3b04c6/tumblr_n18a97QEqn1s73qs0o1_500.gif"); 
	background-repeat: repeat;
}

.boxed {

	text-align: center;
	align: center;

	margin:auto;
	width: 450px;
	border: 0px;
	padding: 10px;

	background-color:#ffffff;
	opacity: .9;
}

.Title {

}

.Audio {

}

.Lyrics {

	font-family: "Roboto Mono", monospace;
	font-size: 9pt;
	line-height: 1.5;
}

.SongName {

	font-family: "Rock Salt", cursive;
	font-size: 32pt;
	line-height: 1;
}

.Musician {

	font-family: "Roboto Mono", monospace;
	font-size: 12pt;
	line-height: 1.5;
	font-weight: 500;
}

.Verse {

	font-weight: 300;
}

.Chorus {
	
	font-weight: 400;
}


