@charset "utf-8";
/* CSS Document */

p.tome:hover
{
	background-color:#C9BF8C;
}
	div.output
	{
/*		margin-top: 30px;
		font-family: Courier, monospace;*/
		font-family: Georgia, monospace;
		width:600px; 
		margin: 0 auto;
		height:auto;
		position:relative;
	}

	div.results
	{
/*		margin-top: 30px;
		font-family: Courier, monospace;*/
		font-family: Georgia, monospace;
		width:600px; 
		margin: 0 auto;
		height:auto;
		position:relative;
		display:none;
		text-align:center;
	}

h1.menu
{
	font-weight:bold;
	font-size:22px;
}

p.emf
{ /* to add emphasis to the sentence */
    font-weight: bold;
    text-align:center;
}

p.pNum
{ /* formats page number for poem */
	text-align:center;
/*	margin-left:42px;*/
}

p.tPoem0px
{ /* Eliminates margin of poem line */
    margin-left:0px;
}
p.tPoem1px
{ /* margin for poem line */
    margin-left:15px;
}
p.tPoem2px
{ /* margin for poem line */
    margin-left:30px;
}
p.tPoem3px
{ /* margin for poem line */
    margin-left:39px;
}

p.tPoem0em
{ /* Eliminates margin of poem line */
    margin-left:0em;
}
p.tPoem1em
{ /* margin for poem line */
    margin-left:0.9em;
}
p.tPoem2em
{ /* margin for poem line */
    margin-left:1.8em;
}
p.tPoem3em
{ /* margin for poem line */
    margin-left:2.5em;
}
p.tPoem4em
{ /* margin for poem line */
    margin-left:3.6em;
}

div.pWrapper
{
	padding-left: 3.6em;
	margin: 0 auto;
	width:510px;
}