body {

    font-size : small;
    font-family : Verdana, Arial, sans-serif;
    background-color: #333360;
    color : White;
    width: 48em;
}

h1 {
    font-size: 1.8em;
}

a:link, a:visited {
    color: White;
    text-decoration: underline;
}
			
a:hover, a:active {
    color : #eeeeff;
    text-decoration: underline;
}

label {
    display: block;
    float:left;
    width: 12em;
    margin-top: 5px;
    margin-bottom: 5px;
    }

input, select, button {
    display: block;
    float: left;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

form br {
    clear: left;
}