body {
   background-color: #FFFFFF;
   margin: 0 0 0 0;

}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48391D;
	line-height: 13px;
}	
	
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 13px;
	
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48391D;
	line-height: 15px;
	text-decoration: none;
	background-color: #FFFF00;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 15px;
	text-decoration: none;
}
a:activ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #48391D;
	line-height: 15px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	background-color: #000000;
	
}



