﻿/* Specify blanket rules for all elements */
	body {
		margin: 0;
		padding:0;
		border:0;
		font:12px Verdana, Arial, Sans-serif;
		background-color:#9C3C00;
		text-align:center;
	}

	table {
		text-align:center;
	}
	
/* Container for all page content */
	#container {
		height:900px;
	}
	

/*Define style for links */

a:link {text-decoration: underline; color: #EAC086;}
a:visited {text-decoration: underline; color: #EAC086;}
a:active {text-decoration: underline; color: #EAC086;}
a:hover {
	text-decoration: underline;
	color: #D76622;
	background: #9C3C00;}