﻿body
{
    background-repeat: repeat;
    color: black;
    font-style: italic;
    font-family: 'Comic Sans MS';
    background-image: url(images/background.gif);
}
.StaticMenuItem
{
    background-color: #ffc65a;
    vertical-align: middle;
    text-align: center;
}
.s_StaticMenuItem
{
    font-size: small;
    font-style: normal;
}
.DynamicMenuItem
{
    background-color: #ffd673;
    vertical-align: middle;
    text-align: center;
}
H1
{
    font-weight: bold;
    font-size: xx-large;
    color: maroon;
    font-style: italic;
    text-align: center;
}
H2
{
    font-weight: bold;
    font-size: x-large;
    color: navy;
    font-style: italic;
}
H3
{
    font-size: small;
    color: maroon;
    font-style: italic;
   }
A:hover
{
    color: maroon;
}
A:visited
{
    color: Green;
}
.footer
{
    background-color: #ef7308;
    font-size: small;
    color: navy;
    font-style: normal;
}

.LienPageMenuItem
{
    font-size: medium;
    vertical-align: middle;
    background-color: #ffd673;
    text-align: center;
}
