﻿body
{
    color: White;
    background-color: Black;
    font-family: Arial;
    font-size: small;
    background-image: url(    'Images/background.png' );
    background-repeat: no-repeat;
}
a
{
    color: Blue;
}
img
{
    border-style: none;
}
td
{
    padding: 4px;
}
