body{
	font-family: "Times New Roman", Times, serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background-color: #FFFFFF;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #660000;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}

/************** header tag styles **************/

h1{
	font: bolder small-caps normal 170%/normal "Times New Roman", Times, serif;
	color: #996600;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


.mainTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(assets/parchment.gif);
	background-repeat: repeat;
	background-position: center center;
	border: #330000;
	border-width: thin; 
}

