body {
	margin: 0px;
	background: #ffe;
	color: #000;
	font-family: "Bitstream Vera Sans", "Verdana", "Helvetica", sans-serif;
}

div.content {
	margin: 10px;
}

div.top {
	
	padding: 5px;
	background: #bcf;
	border-bottom: 1px solid black;
}

div.bottom {
	border-top: 1px dotted black;
	padding-top: 5px;
	margin: 5px;
	font-size: 80%;
}

img {
	border: 0;
}
