BODY {
	font-family : "Times New Roman", TimesNR, Times, serif;
	background : transparent url(images/parchment.jpg) repeat;
	color : Teal;
}

P:first-letter{
	font : normal normal normal 3ex/normal "Times New Roman", TimesNR, Times, serif;
}

EM{
	font : normal normal normal 3ex/normal "Times New Roman", TimesNR, Times, serif;
}

A:link{color: Blue;
	background : transparent none;}

A:hover{color: Fuchsia;
	background : transparent none;}

A:visited{color: Purple;
	background : transparent none;}

A:active{
	color: Red;
	background : transparent none;
}

TD.main{
	background : White none;
	color : Teal;
	padding : 1ex 1ex 1ex 1ex;
}

/* H1 is reserved for the Page Header */
H1 {
	color : #FFCC00;
	text-align : center;
	background : transparent none;
	font : bold italic 9ex "Times New Roman", TimesNR, Times, serif;
}

/* H6 is reserved for the Page Footer */
H6 {
	text-align : center;
	background : transparent none;
	padding-top : 1ex;
	margin-top : 1em;
	color : Black;
	font : lighter normal normal smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
}

HR{
	color : #FFCC00;
	background-color : transparent;
	width : 95%;
	height : 3px;
}

CITE{
	font : normal normal normal smaller Arial, Helvetica, sans-serif;
}
