﻿body
{ 
    color: Black;
    font-family:Arial;
    font-size: 1em;
}
p
{
    color: Black;
}
h1
{ 
    
}

.menudefault
{
    background-color: #cdc673;
    color: black;
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0em;
}

.menuselected
{
    background-color: #cdc673;
    color: #660000;
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0em;
    
}

.menuhover
{
    background-color: #660000;
    color: white;
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0em;
    
}

.errormessage
{
    color: Red;
    text-align: left;
    font-size: 1em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    margin: 0em;
    
}

.amadatan
{
    color: #cdc673;
}

.amadared
{
    color: #660000;
}


.amadagrey
{
    color: #8b8878;
}

.datagriddisplay
{
    text-align: left;
    text-decoration: none;
    margin: 5px;
    
}






