h1 {
    text-align: center;
    margin-top: 80px;
    margin-left: 200px;
    margin-right: 20px;
}

#subheaders a {
	text-align: center;
	color: white;
}

#subheaders a:hover {
	font-weight: bold;
}

#subheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-left: 200px;
	margin-right: 20px;
	font-style: italic;
	color: white;
}

#musicbody {
    background-color: white;
    color: black;
    border: thick solid rgb(240, 230, 140);
    padding: 10px;
    margin-top: 50px;
    margin-left: 200px;
    margin-right: 20px;
    font-size: 120%;
}

#center {
	text-align: center;
}

