@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7C5527;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight:100;
	line-height:26px;
}

.heading {
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
}
.footer {
	letter-spacing:4px;
}

.copyright {
	font-size:12px;
	color:#330000;
}

h2 {
	font-size: 24px;
	color: #000000;
	}
	
.notes {
	font-size: 16px;
	color:#000066;
	}
	
.leading {
	line-height:30px;
	}
	
.style1 {
	color: #000000;
	}
	
a:link {
	color:#FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFF99;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
