
<style type="text/css">

body {font-family: CaslonSSiRegular}  	/* You can change this */
body{background: url(../Utility/Backgrounds/linen.jpg);}	/* Change this to match the text box background */
body {font-size:100%}
h1 {font-size:3.3em}
h2 {font-size:2.5em}
h3 {font-size:1.675em}
h4{font-size:1.55em}
h5{font-size:1.3em; font-weight:600;}
p {font-size:1.2em}


a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000CC; text-decoration: none; }
a:visited {color: #000099; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; font-size: 100%; }

img { border: 0; 
   display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
   }

#textbox
{
	border-style: solid;
	border-width: 0px;
    padding-left: 100px;
	padding-right: 100px;
    width: 800px !important; /*moz width*/
    width: 1000px; /*IE width*/
	font-family: CaslonSSiRegular;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 50px;
	 
	
	background: url(../Utility/Backgrounds/linen.jpg); /* If you change the background be sure to change the body background below so they match */
}	

#textbox2
{
	border-style: solid;
	border-width: 2px;
    padding-left: 100px;
	padding-right: 100px;
    width: 550px !important; /*moz width*/
    width: 750px; /*IE width*/
	font-family: CaslonSSiRegular;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 50px;
	 
	
	background: url(../Utility/Backgrounds/linen.jpg); /* If you change the background be sure to change the body background below so they match */
}	


	
	#parchment
{
	border-style: solid;
	border-width: 0px;
    padding: 100px;
    width: 550px !important; /*moz width*/
    width: 750px; /*IE width*/
	font-family: CaslonSSiRegular;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 150px;
	background: 	url(../Utility/Backgrounds/parchment_main2.png);
	
	
	
}	
	
	
p.dropcap6:first-letter {
 font-size : 600%;
 font-weight : 100;
 float : left;
 width : 1em; 
 }
 
 p.dropcap3:first-letter {
 font-size : 300%;
 font-weight : 100;
 float : left;
 width : 1em; 
 }
 
 #box-table-a
{
	font-family: "Georgia",  Serif;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 15px;
	padding-left: 15px;
	background: #AB986D;
	border-top: 8px solid #6F5823;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#box-table-a td
{
	padding: 15px;
	background: #D5C8AB; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #D5C39B;
	color: #039;
}
 
 #box-table-b
{
	font-family: "Georgia",  Serif;
	font-size: .95em;
	font-weight: 700;
	margin: 0px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 15px;
	padding-left: 15px;
	background: #AB986D;
	border-top: 8px solid #6F5823;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#box-table-b td
{
	padding: 15px;
	background: #D5C8AB; 
	border-bottom: 1px solid #fff;
	color: 	#000000;								?*	#669;	*/
	border-top: 1px solid transparent;
}



/*
#box-table-b tr:hover td
{
	background: #D5C39B;
	color: #039;
}
					*/
 