﻿body 
{
    background-image: url(assets/bg2.jpg);
    background-color: #ffffff;
    color: #30373a;
    margin-left: 0px;
    margin-top: 0px;
}
a, a:active, a:visited
{
    color: #30373a;
}

td.menu
{
    padding: 25px; 
    font-family: Century Gothic, Arial, Sans-Serif;
    /* font-family: Avant Guard, Century Gothic, Arial, Sans-Serif; */
    color: #30373a; 
    font-weight: bold; 
    text-decoration: none; 
    line-height: 150%;
    #line-height: 25%; /* ie hack */
}
a.menu
{
    text-decoration: none;
}
p.firstparagraph
{
    font-weight: bold;
}
p
{
    font-size: small;
    #font-size:x-small ; /* IE hack */
    font-family: Arial, Sans-Serif; /* Firefox hack */
    #font-family: Century Gothic, Arial, Sans-Serif;
    /* #font-family: Avant Guard, Century Gothic, Arial, Sans-Serif; */

    color: #30373a;
}
textarea
{
    font-size: small;
    #font-size:x-small ; /* IE hack */
    #font-family: Century Gothic, Arial, Sans-Serif;
    /* #font-family: Avant Guard, Century Gothic, Arial, Sans-Serif; */
}