.hd {
	display: none;
}
.sd {
display:inline;
}
div.float {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
div.float p {
	display: none;
}
div.float h3 {
	font-size: 100%;
	font-weight: normal;
	display: block;
	width: 120px;
	height: 8em;
}
div.floatwide p {

	display: none;
}
div.floatwide {

	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
div.floatwide h3 {

	font-size: 100%;
	wdith: 220px;
	font-weight: normal;
	display: block;
	height: 8em;
}