﻿body
{
    color: #381E16;
    font-size: medium;
    background-color: #fdedbd;
    font-family: Candara, Arial;
}

div
{
    font-family: Candara, Arial;
    font-size: medium;
    color: #381E16;
    background-color: #fdedbd;
}

a:link
{
    text-decoration: underline;
    color: #7a430a;
}


a:hover
{
    text-decoration: underline;
    color: #381E16;
}

a:active
{
    text-decoration: underline;
    color: #000000;
}


a:visited
{
    text-decoration: underline;
    color: #7a430a;
}

h2
{
    font-size: xx-large;
    font-weight: bold;
    color: #a67062;
}

.CalcText
{
    font-size: medium;
}

.CalcHeader
{
    font-size: large;
    font-weight: bold;
}

.copyright
{
    font-size: x-small;
    font-weight: lighter;
}

.LoginMenuText
{
    font-size: medium;
    font-weight: normal;
}

.Failure
{
    color: #FF0000;
    font-weight: bold;
}

.Success
{
    color: #008000;
    font-weight: bold;
}
.header
{
    font-size: large;
    font-weight: bold;
    color: #a67062;
}

.MenuHooverStyle
{
    background-color: #755751;
    color: #f4f0e7;
}