ul {list-style-type: none;}

#intro {
  width: 60%;
  margin-right: 5%;
  float: left;
  border-style: groove;
  border-top-width: thick;
  border-color: darkblue;
  font-family: calibri, arial, sans-serif;
  background: lightcyan;
  h5 {
    font-weight: normal;
	}
  }

#lyrics {
  width: 60%;
  background: ivory;
  float: left;
  border-style: groove;
  border-bottom-width: thick;
  border-color: darkblue;
  font-family: calibri, arial, sans-serif;
  text-align: center;
}
  
#contents {
  width: 30%;
  margin-right: 2%;
  float: right;
  background: lightyellow;
  border-style: groove;
  border-color: darkblue;
  font-family: calibri, arial, sans-serif;
  font-size: small;
  font-weight: normal;
  }
  
#sidebar {
  width: 30%;
  margin-right: 2%;
  float: right;
  background: lightyellow;
  border-style: groove;
  border-color: darkblue;
  font-family: calibri, arial, sans-serif;
  font-size: small;
  font-weight: normal;
  }
  
