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;}
								
.first	{		text-indent: 0em}	/* formats a paragraph without indenting first line*/

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

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

.msummary	{	text-indent: 0em;
				font-style: italic;}	/* milton's summaries 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;}					

.msubsubhead{ 	font-size: 1.1em;	/* milton subsubheading h3 */				
 				font-weight: normal;}						

.title	{ 		text-align: center;}	/* centers titles */


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

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

.minitial	{	font-size: 400%;		/* Milton's large initial cap */			
				font-weight: bold;				
				float: left;}				
				
.titlepage    { text-align: center;		}	/* centers titlpage images */
