P  {
	text-decoration : none;
}

H1  {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : left;
}

H2  {
	font-size : large;
	font-family : sans-serif;
	color : Gray;
	font-weight : medium;
	font-style : normal;
	text-align : left;
}

H3  {
	text-align : left;
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

A  {
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
	color : Purple;
}

A:Active  {
	text-decoration : none;
	color : Red;
}

A:Hover  {
	text-decoration : none;
	background-color : Silver;
}

BODY  {
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align : left;
	margin-left : 30;
	margin-top : 10;
	margin-bottom : 10;
	margin-right : 30;
	background-color : White;
}

.poem  {
	text-align : left;
	margin-left : 7em;
}

.epigr  {
	font-family : serif;
	font-weight : normal;
	font-style : italic;
	color : #000000;
	text-align : right;
	margin-right : 2sm;
}

.date  {
	padding : 3pt;
	font-family : serif;
	font-weight : medium;
	color : #000000;
	font-size : small;
	text-align : left;
}

DIV.author {
	font : italic small;
	text-align : right;
}


P.author   {
	font-size : small;
	font-family : monospace;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.poem_title  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #800000;
	text-indent : 7em;
}

.signature  {
	text-align : right;
	font-style : italic;
}


