body {
    margin: 0em 5em 0em 5em;
}
#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 62.5%;*/
    color: #333;
    background-color: #fff;
}
#content a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
#content a:hover {
    text-decoration: underline;
    color: #f4560f;
}
#content a:active {
    text-decoration: none;
    color: #f9c190;
}
#content img {
    border-width: 0;
}

