@charset "utf-8";


#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #top img {
	margin-bottom: 7px;
}


a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #body p {
	padding-right: 10px;
	padding-left: 10px;
}


#container #footer {
	text-align: center;
}

#container #footer img {
	border: thin solid #FFFFFF;
}
