div.entry{
	background-color: white;
	color: black;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	border-width: medium;
	border-style: inset;
	border-color: white;
	overflow: auto;
	clear: both;
}
h3{
	margin: 0em;
	text-align: center;
	border-style: double;
	border-width: thin thin thin thin;
	border-color: silver;
}
li.clear{
	clear: both;
}
