.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	white-space: normal;
	display: table-cell;
	padding: none;
	float: none;
	border: none;
	margin: none;
	clear: both;
	height: auto;
	width: auto;
	text-decoration: none;

}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover{
	color: #FFFF00;
	}
	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
a:active  { 
	color: #FFFF00;
 } 