﻿html
{
    height: 100%;
}
body
{
    height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #722CDD;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1;
}
.HomePageTable
{
    border: 2px ridge #93f;
}
a
{
    color: #330066;
    text-decoration: none;
    font-size: 15px; /*font-family:Verdana;*/
}
a:Visited
{
    color: #330066;
    text-decoration: none;
}
a:Hover
{
    color: #330066;
    text-decoration: none;
}
a:Hover:Visited
{
    color: #330066;
    text-decoration: none;
}
