body {
    background-color: lightgoldenrodyellow;
}

h1 {
    font-size: xxx-large;
    text-align: center;
}

li.a {
    text-decoration: none;
    font-size: x-large;
    color: blue;
}

#searchForm {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
} 
