body {
	background-color: #301401;
	margin: 0px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #DCC380;
	letter-spacing: .08em;
	text-align: center;
	padding: 10px;

}
a:link {
	font-weight: bold;
	color: #C79A27;
	text-decoration: none;
}
a:visited {
	color: #C79A27;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}

