@charset "utf-8";

.verse {
	margin-bottom:3%;
}

.phrase {
	display:inline;
	float: left;
}

.line {
	display: block;
	clear: left;
	padding-bottom:2%;
}

.chord {
	color: darkblue;
	line-height:50%;
}

.ql {
	color: darkblue;
}

.buttontext {
	color:black;
	background-color:lightgreen;
	text-decoration:  none;
	border: 2px;
	margin-left:10px;
	margin-right:10px;
}

#key {
	color: darkblue;
}

#mmmc {
	text-align:center;
	font-size:150%;
	color: darkblue;
	margin-left:50px;
	margin-right:10px;
}

h1 {
	font-size:400%;
}

h2 {
	font-size:200%;
	color: darkgreen;
}

.chordline {
	display: inline;
	line-height:20%;
 }

.lyrics {
	color:black;
}

#topleft {
	float:left;
}
#topright {
	float:right;
	background-color:lightblue;
}


/* CSS Document */
