html body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	background-color: #FFFFFF;
	color: #482400;
	font-size: 12px;
}

a {
	color: #482400;
	line-height: 15px;
	text-decoration: underline;
	font-weight: bold;
	border-top-color: #482400;
	border-right-color: #482400;
	border-bottom-color: #482400;
	border-left-color: #482400;
}

a:hover {
  color: #000000;
  text-decoration: none;
}
img {
	border-top-color: #482400;
	border-right-color: #482400;
	border-bottom-color: #482400;
	border-left-color: #482400;
}
h1 {
	font-size: 14px;
	color: #482400;
	font-weight: bold;
}
