﻿a:link {
	color: #222;
}
a:visited {
	color: #222;
}
a:active {
	color: black;
}
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #707048;
	color: black;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
div {
	margin: auto;
	background-color: white;
}
div#main {
	border: medium black solid;
	width: 813px;
}
div#header {
	margin-top: 21px;
	margin-bottom: 30px;	
}
div#footer {
	padding-top: 10px;
	padding-bottom: 21px;
}
table {
	width: 99%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 22px;
}
td {
	width: 33%;
}
img {
	border: 0;
}
span {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	list-style: none;
	font-weight: bold;
}
hr{
	width: 94%;
}
img#back {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}
strong{
	text-transform: uppercase;
}
h1 {
	color: red;	
}
h3 {
	font-size: large;
	color: #222;	
	padding-bottom: 10px;
}
}