html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: auto;
}
body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Georgia, Serif;
}
a img
{
    border: none;
}

.logo
{
    text-align: center;
}

.links
{
    text-align: center;
}

.datetime
{
    text-align: center;
    color: #D13909;
    font-size: 26px;
    font-weight: bold;
}

.header
{
    text-align: center;
}
.form
{
    text-align: center;
}

.hotlink
{
    color: #297D6C;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.hotlink:hover
{
    color: #77A624;
}

