body {
	margin: 0;
	padding: 0;
	background-color: #585C75;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	width: 833px;
	margin: auto;
	border-left: 5px solid #E39942;
	border-right: 5px solid #E39942;
	border-bottom: 5px solid #E39942;
}

table, td {
	background-color: #fff;
}

td {
	vertical-align: top;
}

p {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

h1 {
	color: #625C76;
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 0.2em;
	margin-top: 10px;
		margin-left: 10px;
	padding-left: 10px;
}

h2 {
		color: #A88D4A;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 0.2em;
		margin-left: 10px;
	padding-left: 10px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}
