body {
background-color: #cc3300;
  
}


.songtitle {
  font-family: cursive, sans-serif;
  text-align: center;
  color: black;
  font-size: 22pt;
  font-weight: bold;
  text-decoration: underline;
}

.song {
 font-family: Courier, Monaco, sans-serif, monospace, "Courier New";
 color: black; 
  font-size: 10pt;
}