

/* Hovers and Links */

.centerbox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.centerbox a:link  {
	color: #EAEAEA;
	text-decoration: none;
	
}
.centerbox a:active  { color: white; text-decoration: none }
.centerbox a:visited  {
	color: #FFF;
	text-decoration: none
}
.centerbox a:hover  {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C30;
 }

