@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
}
a {
	text-decoration: none;
}

#cont {
	text-align: center;
	width: 100%;
}
#pie {
	font-size: 12px;
	text-align: center;
	color: #64A2A2;
	padding-top: 15px;
	line-height: normal;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}
#pie a {
	color: #4A7B7B;
}
#pie a:hover {
	color: #233A3A;
}
#pie_hd a {
	font-size: 12px;
	text-align: center;
	color: #9AC2C2;
	line-height: 20px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}
#pie a:hover {
	color: #68A4A4;
}
