

div.boxBlu {
	background: #0C7BCB;
	border-bottom:1px solid white;
	clear:both;
	width:239px;
}

div.boxBlu .boxBluText {
	padding:10px;
	color:#FFF;
	font-size:12px;
}

div.boxBlu .boxBluText a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

div.boxBlu .boxBluText a:hover {
	text-decoration:underline;
}