﻿body 
{
    font-family:Arial;
    font-size:10px;
    color:White;
}

td
{
    font-family:Arial;
    font-size:12px;
    color:White;
}

a
{
    text-decoration:none;
    color:Yellow;
}

a:hover
{
    color:White;
}

.menu
{
    font-size:13px;
    color:White;
    text-decoration:none;
    font-weight:bold;
    line-height:20px;
}

.menu:hover
{
    color:Yellow;
}

h1
{
    font-size:20px;
    color:Yellow;
    font-weight:bold;
}

h2
{
    font-size:20px;
    color:Yellow;
    font-style:italic;
    font-weight:bold;
}