body
	{
	background-color: #9E937E;
	font-family: "Trebuchet MS", Trebuchet;
	font-size: 90%;
	}

table.main
	{
	border: solid 10px #085B14;
	border-collapse: collapse;
	margin: 40px auto 40px auto;
	text-align: center;
	background-color: #771616;
	color: #C1B26F;
	height: 200px;
	min-height: 600px;
	}

img
	{
	border: none;
	}
	
td.title
	{
	border-bottom: solid 10px #085B14;
	padding: 0;
	}
	
td
	{
	padding: 10px;
	}
	
img.title
	{
	float: left;
	}
	
a:link, a:visited
	{
	color: #C1B26F;
	text-decoration: none;
	}
	
a:link.footer, a:visited.footer
	{
	color: #000000;
	text-decoration: none;
	}
	
td.footer
	{
	font-family: Arial;
	font-size: 70%;
	}