﻿body {
	background-image: url(layout/pagebg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: 'Bookman Old Style', serif;
	font-size: 16px;
	color: #AF7F37;
}
.content{
	font-size: 12px;	
}
h1 {
	font-family: 'Bookman Old Style', serif;
	font-size: 26px;
	color: #AF7F37;
}

a:link {
	text-decoration: none;
	color: #ae7e36;
}
a:visited {
	text-decoration: none;
	color: #ae7e36;
}
a:active {
	text-decoration: none;
	color: #965f0f;
}
a:hover {
	text-decoration: none;
	color: #965f0f;
}
.style2 {
	text-align: center;
}