﻿body {
}

.Menulink
{
    color:#ffffff;
    text-decoration:none;
}

.Menulink a
{
    color:#ffffff;
    font-weight: bold;
    text-decoration:none;
}

.Menulink a:hover
{
    color:#ffffff;
    font-weight: bold;
    text-decoration:underline;
}

.Menulink a:visited
{
    color:#ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration:none;
}

.Menulink a:visited:hover
{
    color:#ffffff;
    font-weight: bold;
    text-decoration:underline;
}

.GreenText
{
    color:#326831;   
}

.CenterText
{
    text-align:center;
}

.redText
{
    color:Red;
}
