body {
    margin: 5%;
    text-align: center;
}

h1 {
    margin-top: 0.3em;
}

h2 {
    margin-bottom: 0em;
    font-size: 90%;
}

form#search input {
    width: 14em;
}

form#search input#submit {
    width: 10em;
}

div#result {
    margin-top: 2em;
}

div#assist {
    margin-top: 3em;
}
div#assist a {
    margin-right: 2em;
    border-bottom: 1px dotted blue;
    color: blue;
    cursor: pointer;
}

div#footer {
    margin-top: 4em;
    font-size: 80%;
    color: #999;
}

div#errormessage {
    color: red;
}

