﻿body
{
    background-image: url('Images/background.png');
    background-color:Black;
    color: White;
    font-family: Century Gothic;
}

h1
{
    font-size: 30px;
    text-align: left;
}

h2
{
    font-size: 22px;
    text-align: left;
}


td
{
    text-align: left;
}

a
{
    color:Lime;
}

img
{
    border:0;
}

