body {
    background-color: #C3EAEA;
    font-family: Arial;
    font-size: medium;
    background-image: url(http://leifbjorkman.net/images/svandopp.jpg);
    background-repeat: no-repeat;
    background-size: 900px 700px;
}
h1 {
    font-size: medium;
    color: black;
}
h2 {
    font-size: small;
    color: blue;
}

