* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
a {
	text-decoration: none;
	color: black;

	
}
a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 800px;
	margin: auto auto;
	text-align: center;
}

#banner {
	text-align: center;
	margin-bottom: 15px;
	
}

#links {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-align: center;
	font-size: 28px;
	
}

#content {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 25px;
}

#footer {
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}

.smallerText {
	font-size: 15px;
}
.album {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}

.album_th {
	float: left;
	width: 150px;
	margin: 10px 10px 10px 10px;
	background-color: #d5d5d5;
	padding: 10px 10px 10px 10px;
	border-color: gray;
}

blockquote {
	font-size: 12px;	
}

.album_track {
	float: left;
	width: 200px;
	height: 200px;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 20px;
}
.album_track p {
	line-height: 15px;
}

.album_track ol, .album_desc li {
	line-height: 13px;
}

.album_desc {
	height: 200px;
	font-size: 12px;
}


