body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}
.header-post {
	height:43px;
	text-align:center;
	vertical-align:middle;
	color:#800000;
	font-size:30px;
	font-weight:bold;
	border-bottom:4px #800000 double;
	border-top:2px #800000 solid;  
}
hr {
	color:#800000;
}
a:link, a:visited {
	color:#800000;
	text-decoration:none;	
}
.emphasis{
	font-weight:bold;
	color:red;
}
.date {
	float: left;
	width: 56px;
	height: 57px;
	background: url('../media/images/theme/date.gif') no-repeat;
	font-size: 30px;
	line-height: 1.4em;
	color: white;
	text-align:center;
	padding: 2px;
}