body {
  font-face: times,serif;

}

#content {
	
	background-color:white;
	margin:0 auto;
	padding:70px;
	//min-height:9000px;

	width:580px;
}	

html>body #content {
	width:440px;
}

div.title {
  font-size: 50px;
  font-weight:bold;
}

div.subtitle {
  font-size: 14px;
}

div.a {
  font-size: 16px;
  margin-bottom: 20px;   
}

div.b {
  font-size: 12px;
  margin-bottom: 20px;
}

div.c {
  font-size: 19px;
  margin-bottom: 20px;
}

div.d {
  font-size: 20px;
  margin-bottom: 20px;
}

div.songs {
text-align:center; font-weight:bold; padding-left:58px;padding-right:58px;padding-top:8px;
background-color:white; min-height:255px; 
}

a, a:visited, a:active {
 text-decoration:none;
 color: black;
 border-bottom: dotted 1px #aaaaaa;
}

a:hover {
 color: #888888;
 border-bottom: none;
}
