body {
    margin-top: 20px;
}
A {
    background: #305060;
    color: #00f0f0;
    font-family: Georgia, Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 2 8 3 8;
    text-decoration: none;
}
A:link {
    text-decoration: none;
    color: #00f0f0;
}
A:visited {
    background: #305060;
    color: #80c0c0;
}
A:hover {
    color: #ffff00;
    background: #a07000;
}
