@charset "utf-8";
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#container #body img {
	border: thin solid #000000;
}

#container #footer {
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #2F468C;
}
a:visited {
	text-decoration: none;
	color: #2F468C;
}
a:hover {
	text-decoration: underline;
	color: #CC4831;
}
a:active {
	text-decoration: none;
}

