body {
	background: rgb(3%,3%,4%);
	color: rgb(100%,95%,70%);
	font-family: sans;
	font-size: 12px;
}

a {
	color: rgb(100%,80%,30%);
}

a:hover {
	color: white;
}

#titel {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid rgb(100%,95%,70%);
	margin-bottom: 10px;
}

.album {
	margin: 20px;
	margin-top: 50px;
}

.album:first-line {
	font-size: 150%;
	font-weight: bold;
	line-height: 200%;
}

.album img {
	margin: 15px;
	vertical-align: top;
	border: 1px solid;
}

