body {
}
a:link {
color: white;   
}
a:visited {
color: gold;
}
a:hover {
color: yellow;
}
a:active {
color: gold;
}