body {
	font-family: '', Arial, sans-serif;  
	font-size: 12pt;  /* %, em, rem */ 
	color: black; /* rgb, rgba (includes alpha channel), #ff0000 */
	background-color: teal; 
}

h1 {
	color:white;
	font-weight: bold;
	text-align: center; 
	line-height: 20px;  
}

h2 {
	color:white;
	font-weight: bold;
	text-align: center;
	line-height: 10px; 
}

#lyrics {
	color:white;
	text-align: center;  
}

.chorus{
	font-style: italic;
}