BODY {
	color: black;
	}

A {	text-decoration: none 
	}

A:link {
	color: #090;
	}
A:active {
	color: #0F9;
	}
A:visited {
	color: #00f;
	}

A.pic:link {
	color: #90c;
	}
A.pic:active {
	color: #f0f;
	}
A.pic:visited {
	color: #foo;
	}

A.subtle {
	color: #000
	}

.aside {
	color: #333;
	font-size: smaller; 
	font-style: italic;
	font-family: sans-serif; 
	}


P {
	margin-bottom: .4em;
	margin-right: 1em;
	margin-top: .35em;
	}

P.background {
	margin-left: 4em;
	white-space: pre;
	}

P.bridge {
	margin-left: 3em;
	white-space: pre;
	}

P.chorus {
	margin-left: 2em;
	white-space: pre;
	}

P.refrain {
	font-style: italic;
	margin-left: 2em;
	white-space: pre;
	}

P.verse {
	margin-left: 1em;
	white-space: pre;
	}


