A.one:hover {
color: yellow;
text-decoration: underline;
font-family: arial;
}
A.one {
color: white;
text-decoration: none;
font-family: arial;

}
A.one:visited {
color: white;
text-decoration: none;
font-family: arial;

}
A.one:link {
color: white;
text-decoration: none;
font-family: arial;
}


A.one:active {
color: white;
text-decoration: none;
font-family: arial;
}
