body {
    color: white;
    background: rgb(20,30,10);
}

a:link {
    color: rgb(255,100,50);
    text-decoration: none;
}
a:visited {
    color: rgb(220,100,50);
    text-decoration: none;
}
a:hover {
    color: rgb(255,40,20);
    text-decoration: underline;
}
a:active {
    color: rgb(255,255,50);
    text-decoration: underline;
}
