BODY	{
	margin: 2em 5em 2em 70px;
	width:	auto;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
P, BLOCKQUOTE, TH, TD, UL, OL, DL, DD, LI, DIR, MENU
	{ /* inherit from body and NS redundancy*/
	font-family: Arial, Helvetica, sans-serif;
	}
PRE 	{
 	margin-left: 2em;
	font-family: monospace
	}
BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	}
H1, H2, H3 {
	text-align: left;
	font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	font-weight: normal;
	color: navy;
	}
IMG     { /* remove border from top image, color:white is for NS */
	border-width: 0;
	border-style: none;
	border-color: white;
	color: white }
DT, DD 	{ /* opera 3.50 */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0 }
TH, TD 	{ /* ns 4 */
	font-family: Arial, Helvetica, sans-serif;
	}
CODE {
	FONT-FAMILY: monospace;
	FONT-WEIGHT: normal
}


	/* begin link */

A:link	{
	text-decoration:	none;
	font-weight:	normal;
	color:	navy;
	}
A:visited	{
	text-decoration:	none;
	font-weight:	normal;
	color:	navy;
	}
A:active	{
	text-decoration:	none;
	font-weight:	normal;
	color:	black;
	background:	#FFFFF5;
	}
A:hover	{
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,0,128);
	background: rgb(128,255,255)
	}

	/* end link */

.hide { display: none }
.poetic {
	font-size: 95%;
	font-family: Georgia, "Book Antiqua", "Palatino", serif;
	color: #494949;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	margin-left: 16px;
	margin-right: 20px
	}
.song   {
	color: rgb(39,80,80)
	}
.index {
	font-family: Verdana,Arial,Helvetica;
	font-size: 70%;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom:1px
	}
	/* begin recursive lists */
OL LI	{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:	decimal;
	}

OL OL LI	{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:	lower-alpha;
	}

OL OL OL LI	{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:	lower-roman;
	}
