* { margin: 0; padding: 0; }

html, body {
	background: #311;
}
body {
	margin: 2em;
	color: #ccc;
	font: 83.3%/150% Optima, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	color: #a88;
}

a:active, a:hover {
	color: #fff;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #888;
	margin: 1em 0;
	clear: both;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

* html q {
	font-style: italic;
}

/* lyrics */

body#lyrics h1 {
	font-size: 100%;
	font-style: italic;
	margin-bottom: 1em;
}

body#lyrics p {
	margin-bottom: 1em;
}

body#lyrics strong {
	font-weight: normal;
	font-style: italic;
	color: #888;
}

body#lyrics strong cite {
	text-decoration: underline;
}

body#lyrics a {
	font-size: 80%;
}