
body {
    font-family: Verdana, sans-serif;
    font-size: 85%;
}

#main {
    padding: 5em;
    width: 381px;
    margin-left: auto;
    margin-right: auto;
}

#description {
    text-align: justify;
}

dd, dl {
    text-align: left;
}

dd {
    font-size: 80%;
    margin-left: 2em;
}

#actions {
    text-align: center;
}

#actions a {
    text-decoration: none;
    color: black;
}

#actions a:hover {
    text-decoration: underline;
}

#mainlogo {
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
