#container {
    margin: 4px;
    border: 1px solid #E0E0E0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
}

#container h1 {
    font-family: "Times New Roman", serif;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}

#container a {
    font-weight: bold;
}

#container a:link, #container a:visited, #container a:active {
    color: #5d98ba;
    text-decoration: none;
}

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

#container p {
    margin-bottom: 15px;
}
