.styleone:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.styleone:visited {
	text-decoration: underline; 
	color: #FFFFFF; 
	background: none;
}
.styleone:hover {
	text-decoration: none; 
	color: #FFFFFF; 
	background: none;
}
.styleone:focus {
	text-decoration: none; 
	color: #FFFFFF; 
	background: none;
}
.styleone:active {
	text-decoration: underline; 
	color: #FFFFFF; 
	background: none;
}
