
body {
	background: #534024;
}

table {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

table tr td.header {
	font-size: 30px; 
	font-weight: bold;
	color: #eeeeee; 
	text-align: center;
	padding: 10px 0px 10px 0px;
}


div.floatleft {
	float: left;
	text-align: left;
	padding: 0px 20px 10px 0px;
}

div.floatright {
	float: right;
	text-align: right;
	padding: 0px 0px 20px 20px;
}

p {

	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	color: #eeeeee;
	padding: 0px 0px 0px 0px;
}


table tr td.links {

	text-align: center:
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}	

a:link, a:visited, a:active {
	border: none;
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
}

