#body h2 {
	font-size: 18px;
	color: #ed1c24;
	font-weight: bold;
	text-decoration: underline;
}
#body a {
	color: #ed1c24;
	text-decoration: underline;
}

#body div.date {
	font-size: 11px;
	padding: 3px;
}

#body div.img {
	position:relative; 
	float: right;
	margin-left: 5px;
	min-height: 100px;
}

/*
#body div.img img {
	padding: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}
*/

#body div.article {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-color: #999999;
}

