/* -------------------------------- 2003-11-19 ---- */
html, body {
	margin: 0;
	padding: 0;
	background: #ffffcc;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, Verdana, sans-serif;
	font-size: 1em;
}
#bCrumb {
	padding: 0.75em;
	font-size: small;
	text-align: right !important;
}
#samples {margin: 1em;}
#navigation {
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	text-align: right;
}
#navigation ul, li {
	display: inline;
	margin: 0;
	padding: 0;
	background: #e0e0e0;
	line-height: 1;
}
#song {margin: 0 3%;}
#song h1 {margin-left: -3%;}
.sub1 {margin: 0 3%;}
.ldesc {display: none;}
.delimiter {visibility: visible;}
.notes {
	position: absolute;
	top: 5em;
	right: 3%;
	margin: 2em 0;
	padding-top: 0;
	font-size: small;
	text-align: left;
	width: 240px;
}
.notes hr {display: none;}
p.fchild {
	padding: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4;
	font-style: italic;
	background: black;
	color: #f0f0f0;
}
#endbodydoc {
	margin: 2.5em 0 -1.4em 0;
	padding: 0;
}
#signatura {
	padding: 0 0.25em 0.6em 0;
	background: black;
	color: white;
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	text-align: right;
}
.activ {
	background: #f9f9f9;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
a {text-decoration: underline;}
a:link, a:visited {color: black;}
a:hover {
	background: #ffffff;
	color: #000000;
}
a:active {
	background: transparent;
	text-decoration: none;
}
#navigation a:before {content: '\[';}
#navigation a:after {content: '\]';}
/* -------------------------------- for import rule sample ---- */
.yellow {
	background: #ffffcc !important;
	color: black !important;
}
