.label { text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 1px 2px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color:#fff;
	text-decoration: none;
	float: none;
}

.label:link {text-decoration: none;}
.label:visited {text-decoration: none;}
.label:hover { text-decoration: none; 
				color:#fff;}
