body {
    color: lightblue;
    font-family: 'Trebuchet MS', 'sans-serif';
    background-image: url('/another stuff/imgs/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 123% 147%;
    background-position: center;
}
a:link {
    color: white;
}

a:visited {
    color: teal;
}

a:hover {
    color: silver;
}
a:active {
    color: maroon;
}