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