span.underline
{
border-bottom: 1px solid red;
}

a.sidebox222{
	font-family: arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #CC0000;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	display: block;
	background-position: 100% 100%;
	padding: 5px;
	background-color: #FFFFCC;
	height: 90px;
	width: 80px;
	border: 1px solid #CC0000;
	}
a.sidebox222:hover 	{
	text-decoration: none;
	background-color: #E0E0E0;
	color: #CC0000;
	}
