@charset "utf-8";
/* CSS Document */

#Wrapper {
	width: 540px;
}
#Header {
	height:auto;
}
#Footer {
	position:relative;
	height:auto;
	text-align:center;
}
#Content p {
	text-align:justify;
}
#Content h1 {
	text-align:center;
	font-size:18px;
}
#Content h2 {
	text-align:center;
	font-size:16px;
}
#Content h3 {
	font-size:14px;
	font-style:italic;
	text-decoration:none;
	margin-bottom:3px;
}
	
#Content ul {
	margin-left:20px;
	font-size:12px;
}
#Content li {
	margin-bottom:5px;
}
.songtitle {
	font-weight:bold;
	font-style:italic;
}

