body {
    background: darkblue;
}

div#content{
    background-color: white;
    font-family: Arial,Verdana,sans-serif;
    border: 2px solid lightblue;
    -moz-border-radius-bottomleft:20px;
    -moz-border-radius-bottomright:20px;
    -moz-border-radius-topleft:20px;
    -moz-border-radius-topright:20px;
    padding: 25px;
}

h1 {
    clear: both;
    font-size: larger;
}

h2 {
    clear: both;
    font-size: large;
}

dl { 
    clear: left;
}

dt {
    float: left;
    width: 10em;
    clear: left;
}

dd {
    float: left;
}