body  {
	background : url(images/Background_Parchment.jpg);
	background-color : Black;
	margin-left : 10;
}

h1  {
	font-size : 28pt;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	color : black;
	text-align: center;
	}
h1.engrave {
	FILTER: progid:DXImageTransform.Microsoft.shadow(); 
	FONT: bold 28pt/1 san-serif; 
	height: 72px; 
	COLOR: #A57431;
	}
h2  {
	font-size : large;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : italic;
	color : Black;
	text-align: center;
	}
h3  {
	font-size : larger;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	text-align : center;
	}
h4 {
	font-size : larger;
	font-family : "Times New Roman", Times, serif;
	color : #A57431;
	text-align : center;
	}

p  {
	font-size : 13pt;
	font-family : garamond;
	color : Black;
	}
p:first-letter.goth { 
	font-size: 250%; 
	font-family: san-serif; 
	font-weight : normal;
	float: left;
	}

a:link  {
	font-size : 12pt;
	font-family : garamond;
	color : #660000;
	text-align: center;
	text-decoration: underline;
	}
a:link.header  {
	font-size : large;
	font-family : garamond;
	color : #660000;
	text-align: center;
	text-decoration: underline;
	font-style : Bold;
	}
a:link.other  {
	font-size : 12pt;
	font-family : garamond;
	font-style: Bold;
	color : #660000;
	text-align: center;
	text-decoration: underline;
	}
a:visited  {
	font-size : 12pt;
	font-family : garamond;
	color : black;
	text-align: center;
	text-decoration: underline;
	}
a:visited.other  {
	font-size : 12pt;
	font-family : garamond;
	color : #660000;
	text-align: center;
	text-decoration: underline;
	}
a:visited.header  {
	font-size : large;
	font-family : garamond;
	font-style : Bold;
	color : #660000;
	text-align: center;
	text-decoration: underline;
	}

#bar {
    Position: absolute;
	Top: 220;
	left: 200;
	right: 50%;
	padding: 5;
	width: 512px;
	}
#home {
	Position: absolute;
	Top: 310;
	left: 200;
	right: 15%;
	padding: 5;
	}
#topleft  {
	Position: absolute;
	Top: 10;
	left: 25;
	}
#topmiddle  {
	Position: absolute;
	width: 800;
	Top: 10;
	left: 20;
	right: 10%;
	}
#topright  {
	Position: absolute;
	width:200;
	Top: 100;
	left: 710;
	}
#middleleft  {
	background-color : #F5EFDC;
	Position: absolute;
	width: 130;
	height: 450;
	Top: 220;
	left: 20;
	padding: 10;
	border: thick groove #A57431;
	}
