body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #484848;
}
table {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #a64a26;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nav {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
a.nav {
	font-size: 14px;
	font-weight: bold;
	text-deoration: none;
	color: #ffffff;
}
a.nav:hover {
	color: #e1d9a7;
	text-decoration: none;
}
.bottom {
	font-size: 10px;
	color: #ffffff;
}
a.bottom {
	font-size: 10px;
	text-deoration: none;
	color: #ffffff;
}
a.bottom:hover {
	color: #e1d9a7;
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #a64a26;
	margin: 5px;	
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0px;
}
