* {
    background: url("aquablue.jpeg") repeat;
    background-color: blue;
}

a {
    color:  white;
}

input,select {
    background:  white;
}


h1 {
    text-align:     center;
    color:          yellow;
    font-size:      xx-large;
    font-weight:    bold;
    font-style:     oblique;
}

