a {
text-decoration: none;
color: rgb(255,255,153);
}

a:visted {
text-decoration: none;
color: rgb(255,255,153);
}

a:hover {
text-decoration: underline;
color: rgb(102,255,102);
}

a.two {
text-decoration: none;
color: rgb(150,150,153);
}

a.two:visted {
text-decoration: none;
color: rgb(150,150,153);
}

a.two:hover {
text-decoration: underline;
color: rgb(255,0,0);
}


