﻿body 
{
    background-color: #371C00;
    color: #FAEBD7;
    font-size: x-small; 
    font-family: Verdana;    
}

a
{
    text-decoration: none;
    color: #FAEBD7;
    font-size: x-small; 
    font-family: Verdana;
}

a:hover
{
    text-decoration: underline;
}

.header
{
    font-family: Segoe Script;
    font-size: x-large;
    font-weight: bold;
    color: Black;
}

.smallHeader
{
    color:black;
    font-size: x-small;
    font-weight: bold;
}
.menu
{
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: Olive;
}

.Link
{
    font-size: x-small;
    font-family: Verdana;
    font-weight: bold;
    color: Olive;
}

.smallText
{
    font-size: x-small;
    font-family: Verdana;
    color: Olive;
}

.smallWhiteText
{
    font-size: x-small;
    font-family: Verdana;
    color: White;
}

.smallerWhiteText
{
    font-size: xx-small;
    font-family: Verdana;
    color: White;
}

.whiteLink
{
    font-size: xx-small;
    font-family: Verdana;
    color: White;
}

.blackText
{
    font-size: x-small;
    font-family: Verdana;
    color: Black;
    font-weight: bold;
}

.menuLink
{
    font-size: x-small;
    color: Olive;
}

.pageTitle
{
    font-size: x-large;
    font-weight: bold;
    color: Olive;
    font-family: Segoe Script;
}
