body {
	margin: 0;
	padding: 0;
	background-color: #f0a56c;
	color: #000;
	text-align: justify;
	font-size: 10pt;
	font-family: Verdana, Arial, "Sans Serif";
}

img {
	border: 0px;
}

#pie {
	clear: both;
	position: relative;
	top: 20px;
	width: 150px;
	float: right;
	color: #000;
	font-size: 7pt;
}

#pie a {
	color: #111;
	text-decoration: none;
}

#pie a:hover {
	color: #555;
}