html {
	left:0;
	top:0;
}

body {
	margin-left:auto;
	margin-right:auto;
	width:880px;
	font-height:116%;
	color:white;
	background-color:#222;
}

h1, h2 {
	font-height:131%;
	font-family:Verdana;
	font-weight:bold;
	margin:2em 0 1em;
}

h1 {
	margin-top:1em;
}

a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	font-weight:normal;
}
a:hover   {color: yellow;}

a:hover, a:active {text-decoration: underline;}

ul, p {
	font-family:verdana;
	font-height:138.5;
	line-height:1.6em;
}

.musicians {
	color: #ded;
	padding-left:2em;
}

.musicians p.heading {
	font-size:93%;
	margin-bottom:.5em;
}

.musicians p.list {
	font-size:85%;
	padding-left:2em;
	margin-top:.5em;
}

h1.songtitle {
	margin-bottom:0;
	padding-bottom:0; 
}

p.composer {
	font-size:85%;
	padding-left:2em;
	padding-bottom:2em;
}

p.logo {
	text-align:center;
	font-size:77%;
	padding-top:0em;
}