html {
    background: rgb(0,0,0);
    color: rgb(160,160,160);
    font-family: sans;
}

/*
links
*/

a {
    color: rgb(128,192,128);
}

a:hover {
    color: rgb(192,128,128);
}
