body
{
	background-color: black;
	font-family: sans-serif;
	color: white;
	margin-top: 0;
}

h1 { text-align: center; }
a { color: white; }
.albumtitle { font-style: italic; }

.albumlisting
{
	border: 1px solid red;
	background-color: white;
	color: black;
	padding: 3% 5% 3% 5%;
	width: 450px;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-weight: bold;
}

.header
{
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.reload
{
	text-align: center;
	margin-top: 30px;
}

.info
{
	font-size: small;
	margin-top: 60px;
	line-height: 1.2em;
}

.info ul
{
	list-style: circle;
	margin-top: 0;
}
