﻿body
{
    font-family: "Verdana";
    background-color: White;
    font-size: x-small;
    color: Black;
    clear: left;
}   

td
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    clear: left;
}

h1 
{
    color: #567920;
    font-size: x-large;
    background-color:inherit;
}

input 
{   border-width: 1px;
}

.padded
{
    padding: 8px 8px 8px 8px;
}

.padded2
{
    padding: 3px 3px 3px 3px;
}

img
{
    border-width: 0;
}

a:link
{
    color: Black;
    text-decoration: underline;
    background-color:inherit;
}

a:visited
{
    color: Black;
    text-decoration: underline;
    background-color:inherit;
}

a:hover
{
    color: #999999;
    text-decoration: underline;
    background-color:inherit;
}

a:active
{
    color: #3838CC;
    text-decoration: underline;
    background-color:inherit;
}
