.htmlbanner {
	width: 300px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #675760;
	padding-bottom: 10px;
}

.htmlbanner #thumb {
	width: 95px;
	height: 95px;
	float: left;
	margin-right: 5px;
}

.htmlbanner .body {
	width: 200px;
	float: left;
}

.htmlbanner .body #title {
	font-weight: bold;
	font-size: 120%;
}

.htmlbanner .body #description {
	font-size: 90%;
	line-height: 1.2em;
}

.htmlbanner .body #link a {
	text-decoration: none;
	color: #0e137b;
	font-weight: bold;
}

.htmlbanner .body #link a:hover {
	text-decoration: none;
	color: #4278fc;
	font-weight: bold;
}

.htmlbanner .body #link a:active {
	text-decoration: none;
	color: #0e137b;
	font-weight: bold;
}