﻿body 
{
    background-color: #666666;
    margin: 20px;
    color: #ffffff;
    font-family: Segoe UI, Arial, Verdana, Sans-Serif;
    font-size: 14px;
}

img
{
    border: solid 1px #000000;
}

a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active
{
    color: #ffcc33;
}
