#heartweek div.hwbox
{
	padding: 5px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	float: right;
	border: #ff0000 solid 2px;
	background-color: white;
}

#heartweek p.title 
{
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	color: #ff0000;
	margin: 0px;
	background-color: #fddae0;
	padding-top: 3px;
	line-height: 12pt;
}

#heartweek p.body 
{
	background-color: #fddae0;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 9pt;
	line-height: 12pt;
}



