/* Stylesheet for http://www.gopera.com/lieder/ */

BODY {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
}

A {
	color: #ff0;
}

H1 {
	color: #ccc;
	font-size: 150%;
	font-family: serif;
}

H2 {
	color: #ccc;
	font-size: 125%;
	font-family: serif;
}

H3 {
	color: #008;
	font-size: 125%;
	font-family: sans-serif;
}

H4 {
	color: #008;
	font-size: 110%;
	font-family: sans-serif;
}

#content {
	margin: 1em;
	padding: 1em;
	background-color: #eee;
	color: #000;
}

#content a {
	color: #00f;
}
