a:link {
font-weight: bold;
color: #FFF;
background-color: transparent;
text-decoration: none;
}
a:visited {
font-weight: bold;
color: #FF9933;
background-color: none;
text-decoration: none;
}
a:active {
font-weight: bold;
color: #000;
background-color: #FFF;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #000;
background-color: #FFF;
text-decoration: none;
}