body {
    background-color: black;
    background-image: url("bg.jpg");
}

h1 {
    color: white;
    text-align: center;
    font: 4.5em/0.5em "Trebuchet MS"
}

p {
    color: white;
    text-align: center;
    font: 1.6em/1.0em "Trebuchet MS"
}

.c1 {
    font: 1.0em/1.5em "Trebuchet MS"
}
.c2 {
    font: 1.0em/5em "Trebuchet MS"
}

a.one {
    font: 1.0em/5em "Trebuchet MS";
    text-align: center;
    position: fixed; 
    bottom: 1em;
    width:100%;
    text-decoration: none;
}

a::before {
	content: '→ ';
}

a:link {color: white; 
}

a:visited {color: grey; 
}


span.spam {display:none;}