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

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

DIV#menu {
	display: none;
}

DIV#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #000;
	text-align: right;
}

DIV#content {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

DIV#content A {
	color: #636;
	text-decoration: underline;
}

DIV.commentform {
	display: none;
}

P, TD, LI {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

BLOCKQUOTE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 2em;
	margin-right: 2em;
}

BLOCKQUOTE.reference {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 90%;
	font-weight: bold;
	margin-left: 2em;
	margin-right: 2em;
	text-align: right;
}

TH {
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #000;
}

TABLE.inset {
	margin-left: 1px;
	border-left: 2px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD.inset {
	padding-left: 1em;
}

TD.line {
	border-bottom: 1px solid #888;
}

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

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

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

INPUT, SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

EM {
	font-style: italic;
}

BLOCKQUOTE EM {
	font-style: normal;
}


STRONG {
	font-weight: bold;
}

.tab {
	margin-left: 2em;
}

.small {
	font-size: 90%;
}

.author {
	text-align: right;
}

