BODY,TH,TD {
		font-family: Papyrus, Optima, sans-serif;
		color:#331100;
	   }

BODY       {
		margin: 30px 15px 15px 20px;
		background: url('images/parchment.jpg');

           }


.title		{ font-size:2em; margin-bottom:1em; }
.subtitle	{ font-size:1.5em; }
.section	{ font-size:1.1em; font-weight:bold; }
.indent		{ margin-left:2em; }


A		{ text-decoration:underline; color:#331100; font-weight:bold; }
A:link		{ text-decoration:underline; color:#331100; font-weight:bold; }
A:visited	{ text-decoration:underline; color:#331100; }
A:hover		{ text-decoration:none; color:#552200; font-size:1.0em; }
A:active	{ text-decoration:none; color:#552200; font-size:1.0em; }
