﻿body {
}
input
{
    font-size: small;
    font-style: normal;
    font-family:Arial;
    color: black;
    background-color: white;
    border-color: purple;
}

th
{
    font-size: medium;
    font-style: italic;
    font-family:Arial;
    color:Purple;
    background-color: white;
    
}

td
{
    font-size: 11pt;
    font-family: Arial;
    color: black;
}

a
{ 
    font-size: 10pt;
    font-family: Arial;
    color: Blue;
    
}

:link, :visited { color: Purple; }
