body {
	background-color: #330000;
	margin-top: 30px;
	margin-bottom: 20px;
}


.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #330000;
}

.highlight {  font-weight: bold; color: #330000;}

.title {  font-weight: bold; color: #990000;}

.composer {  font-weight: bold; color: #663333;}

.b {  font-weight: bold; }

.i { font-style: italic; }


A.link:link { 

		color: #990000; 
	text-decoration: underline 
	}

A.link:visited {

	color: #990000; 
	text-decoration: underline 
	}
	
A.link:active {

	color: #990000; 
	text-decoration: underline 
	}

A.link:hover {

	color: #000000; 
	border-bottom:1px dashed;
	text-decoration: none
	}

A.menulink {
display: block;
width: 190px;
text-align: left;
text-decoration: none;
font-family: verdana, sans-serif;
font-size:12px;
color: #f5ddae;
border: solid 1px #330000;
padding: 1px;
}

A.menulink:hover {
color: #ffffff;
border: solid 1px #330000;
background-color:#330000;

}


#scroll { 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
}