a:active {		color: purple;				/* selected link */			
				background-color: white;}   
a:visited {		color: purple;				/* visited link */			
				background-color: white;}  
a:link {		color: purple;					/* unvisited link */			
				background-color: white;}     
a:hover {		color: gray;				/* mouse over link */			
				background-color: white;}  

BODY {			background-color: white;			
				color: black;				
				font-family: palatino, times, serif;			
				font-size: 1em;
				margin-left: 1em;}			

DIV		{		margin-top: 0em;			
				margin-bottom:0em;}		
				
img		{			border-style: none;}	

P		{		text-indent: 1.5em;
				margin-top: 0em;			
				margin-bottom:0em;}
				
.stanza		{	margin-top: 1em;		/*for stanzas separated by a linespace*/
				margin-bottom:0em;
				text-indent: 0em;}
		
.dp		{		padding-left: 4em;}	  /* dramatis personae (list of cahracters) */

.sp     {		font-style: italic; }  /* speech prefix */
								
				
.first	{		text-indent: 0em;}	/* formats a paragraph without indenting first line */

.ahem {		 	display: none;}   /* hides warnings for browsers that don't support css */

/* .line {		float: right;
			margin-right: 1em;}    marks every fifth line of verse (problematic in Mozilla browsers, floated number appears one line lower than it should)*/				

.varspell {		background-color: white;}   /* records modern spelling in title=" " */			

.margument	{	text-indent: 0em;
				font-style: italic;}	/* milton's Arguments in italic; first line not indented */

.reversem	{	font-style: normal;}  /* emphases in Milton's italic paragraphs go plain */

.mhead		{ 	font-size: 2.5em;				
				font-weight: bold;}	/* milton heading h1 */				

.msubhead  {	font-size: 1.5em;	/* milton subheading h2 */				
				font-weight: bold;
				text-align: center;}					

.msubsubhead{ 	font-size: 1.1em;	/* milton subsubheading h3 */				
 				font-weight: normal;						
				text-align: center;}
				
				
.title	{ 		text-align: center;}	/* centers titles */

.mi		{ 		font-style: italic;}	/* milton's italics */

.mb		{ 		font-weight: bold;}	/* milton's boldface */

.minitial	{	font-size: 300%;		/* Milton's large initial cap */			
				font-weight: bold;				
				float: left;}			
				
.author   { font-style: italic;		/* author signature or initials */
			padding-left: 12em;
			margin-top: 0em;
			margin-bottom:0em;
			text-indent: 0em;	}				

.titlepage    { text-align: center;		}	/* centers titlepage images */
				
.sd    {	padding-left: 2em;	
			Font-style: italic;
			text-indent: 0em;	}	/* indents stage directions in italics */	


.resume		{	text-indent: 0em;	}		/* resumes para (no indent) after stage direction */

.song		{		font-style: italic;
					padding-left: 1.5em;	}    /* for Songs in Comus */	

.songtitle	{	text-indent: 8em;
				margin-bottom:1em;	}
			
.mindent {padding-left: 1.5em;	    /* milton's paragraph and verse paragraph indent */
			margin-top: 0em;
			margin-bottom:0em;}			
			
.m3em	{padding-left: 3em;		/* verse indent larger */
			margin-top: 0em;
			margin-bottom:0em;}

.m6em	{padding-left: 6em;		/* verse indent larger still */
			margin-top: 0em;
			margin-bottom:0em;}		
			
.m9em	{padding-left: 9em;		/* verse indent largest */
			margin-top: 0em;
			margin-bottom:0em;	}			
			
.prefitalic	{ 	font-style: italic;
				 }						/* prefatory material in italics */		
				
.prefplain	{ 	font-style: normal;
					}					/* prefatory material in plain */			
								


