body {
    background-image: url("aback.jpg"); 
    background-color: black; 
    background-position: left top;
    background-repeat: no-repeat;
    color: white;
}

a { color: orange; }
a:hover { color: red; }

embed {background-color:white;}
