/* 
	Make all body text maroon-cloloured 12 point Book Antigua
	with 16-point vertical spacing between lines of text
	and 10 point margins. 
*/

body	{
	font-size: 16px;
	font-family: "Book Antigua";
	color: maroon;
	/*background-color:"#33ccff";*/
	line-height: 20px
	}
table {align="top"}
/* indent paragraghs */
p	{
	margin-left: 32px;
	margin-right: 32px
	}
/*	
	Make headings Prose Antigue bold with generous line spacing.
	If user doesn't have Prose Antigue, use Lucinda Handwriting. 
*/
h1	{
	font: 24pt ProseAntigue, Lucinda Handwriting;
	font-weight: bold;
	/*font-height: 40px*/
	}
h2	{
	font: 18pt ProseAntigue, Lucinda Handwriting;
	font-weight: bold;
	/*font-height: 28px*/
	}
h3	{
	font: 15pt ProseAntigue, Lucinda Handwriting;
	font-weight: bold;
	/*font-height: 24px*/
	}
/*	Don't underline links, and make all links red.
	Make links flash black when activated.
*/
a:link {text-decoration:none;color:#0000FF}
a:visited {text-decoration:none;color:#0000FF}
a:active {text-decoration:none;color:#FF0000}
a:hover	{color:#FF0000}
a {font-size:14px}
/*
	Format footnotes as 9-point Book Antigua, and center them.
*/
div.footnote 
	{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #993333
	}
div.name 
	{
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	color: #993333
	}
div.text 
	{
	font-size: 15px;
	line-height: 18px;
	color: #993333;
	text-align: center
	}
div.links 
	{
	font-size: 11px;
	line-height: 20px;
	text-align: center
	}