A:link { 
	color: #ffffff;  
	font-family: verdana, helvetica; 
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover  { 
	color : #ffffff; 
	font-family: verdana, helvetica; 
	font-size: 11px;
	text-decoration: none;
	font-weight: bold
	text-decoration: underline;
}
A:active {
	color: #ffffff;
	font-family: verdana, helvetica;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold
}
A:visited {
	color: #ffffff;
	font-family: verdana, helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold
}

A:visited:hover { 
	color: #ffffff;  
	font-family: verdana, helvetica;
	font-size: 11px ;
	text-decoration: underline;
	font-weight: bold
}

