A.one:link, A.one:active, A.one:visited 
{
font-weight:bold;
color:#FF0000;
}

A.one:hover 
{
	color:#ffffff;
}

a:link, a:active, a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	border-bottom-style:dotted; 
	border-width:1px;
}
a:hover { 
	color: white; 
	text-decoration: none; 
	border: 1px dashed #FFFFFF; 
	background: #0099FF;
}