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

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

DIV#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
}

DIV#menu1 {
	float: right;
	font-size: 200%;
	text-align: right;
}

DIV#menu2 {
	float: right;
	font-size: 150%;
	text-align: right;
}

DIV#menu A {
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

DIV#menu A:hover {
	color: #939;
}

DIV#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #444;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: right;
}

DIV#content {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px dotted #000;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
}

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

DIV#content A:hover {
	background-color: #eee;
	color: #000;
	text-decoration: underline;
}

DIV.covers {
	margin: 5px;
	border-left: solid 1px #909;
	padding: 5px;
	width: 210px;
	float: right;
	font-size: 90%;
	text-align: center;
}

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

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

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

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

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

TD.inset {
	padding-left: 10px;	
}

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

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;
}

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

TEXTAREA {
	font-family: "Courier New", Courier, monospace;
}

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 {
	font-weight: bold;
	background-color: #ccc;
	text-align: right;
}

