body
{
    background: #000033;
    color: #0000ff;
    font-size: 16px;
}
a
{
    color: #7ce348;
    text-decoration: underline;
}
a:visited
{
    color: yellow;
}
p,div
{
    color: #33ffff;
}
input
{
    border: 1px solid #00ff66;
    background: yellow;
    color: #000000;
}
.alternative_text
{
    margin: 4px 0;
    background: #3b4e72;
    color: #f2f2f2;
    font-weight: bold;
    padding: 2px;
}
