﻿body
{
    font-weight: bold;
    font-family: 'Goudy Old Style';
    background-color: #efe1ba;
    color: #603a2d;
    font-size:14pt    
}

h1 {font-size:24pt}

td {font-size:14pt}

A:link
{
    color: #00402b;
    text-decoration: none;
}

A:visited
{
    color: #00402b;
    text-decoration: none;
}

A:hover
{
    border-right: #f0e1bb thin solid;
    border-top: #f0e1bb thin solid;
    border-left: #f0e1bb thin solid;
    color: #f0e1bb;
    border-bottom: #f0e1bb thin solid;
    background-color: #00482e;
}

DIV.smalltext
{
    font-size: 10pt;
    text-decoration: none;
}