HTML, BODY {
		font-family: Helvetica, sans-serif;
		color: #000000;
		background: #E0E0E0;
		text-align: justify;
}

.greentag {
		color: #008000;
		background: #E0E0E0;
}

.indent	{
		text-indent: 7.5mm;
}

.lyrics {
		text-align: center;
		color: #F00000;
		background: #E0E0E0;
}

.fatinfo {
		font-size: 20pt;
}

.notdesigned {
		font-family: Helvetica, sans-serif;
		font-size: 8pt;
}

H1 {
		font-family: Garamond, serif;
		text-align: center;
}

.chapter {
		font-family: Garamond, serif;
		text-align: left;
		color: #000000;
		background: #F0F0F0;
		letter-spacing: 1.5pt;
		padding-left: 3pt;
		padding-top: 1pt;
		padding-bottom: 1pt;
		border-style: double;
		border-color: #000000;
		border-top-width: 0pt;
		border-left-width: 0pt;
		border-right-width: 0pt;
		margin-right: 4pt;
}

A {
		color: #0000FF;
		background: #E0E0E0;
}

A:LINK {
		color: #FF2000;
		background: #E0E0E0;
}

A:VISITED {
		color: #008000;
		background: #E0E0E0;
}

A:HOVER {
		color: #008000;
		background: #F0F0F0;
		text-transform: uppercase;
}

A:ACTIVE {
		color: #004000;
		background: #E0E0E0;
}

HR {
		color: #000000;
		background: #E0E0E0;
}

UL {
		list-style-type: square;
		list-style-position: outside;
}

A.extern:before {
		content: "[ext] ";
}

