@charset "UTF-8";
#Container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	background-color: #FFFFFF;
}
#Menu {
}
#Contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FCF6CF;
	padding: 5px;
}
#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFF;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
