div#adbox {
	float: right;
	width: 250px;
	}
div#adbox img {
	margin: 2px 0 2px 0;
	}
div#showbox {
	background-color: #72a6f9;
	border: solid 3px #72a6f9;
	margin-top: 5px;
	float: right;
	clear: right;
	width: 250px;
	height: 26em;
	overflow: auto;
	font-size: small;
	}
div#showbox h4 {
	background-color: #72a6f9;
	color: white;
	text-align: center;
	margin: 2px 0 4px 0;
}
div#showbox dl {
	background-color: white;
	padding-left: 3px;
	margin: 0;
}
div#showbox dt {
	font-weight: bold;
}
div#showbox a {
	text-decoration: none;
}
