a:link {
color: #ffff66;
text-decoration: none;
background-color: transparent;
}
a:visited {
color: #ffffff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: red;
text-decoration: none;
background-color: transparent;
}
a:active {
color: #00FFFF;
text-decoration: none;
background-color: transparent;
}