/* Iframe stylesheet for http://www.gopera.com/winterreise/ */

BODY {
	background-color: #fff;
	color: #000;
}

H1 {
	font-size: 150%;
	font-weight: bold;
	color: #909;
}

H2 {
	font-size: 125%;
	font-weight: bold;
	color: #606;
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

EM {
	font-style: italic;
	color: #000;
}

BLOCKQUOTE EM {
	font-style: normal;
	color: #000;
}

STRONG {
	font-weight: bold;
	color: #000;
}

.tab {
	margin-left: 40px;
}

.small {
	font-size: 90%;
}

.author {
	background-color: #ccc;
	text-align: right;
}

