﻿body {
}
a:link
{
    color: #692626;
}
a:hover
{
    color: #FFBB8C;
}
.footer a:link
{
    color: #e5dbbd;
    text-decoration: none;
}
.footer a:visited
{
    color: #e5dbbd;
    text-decoration: none;
}
.footer a:hover
{
    color: #fefff1;
    text-decoration: none;
}
.menu a:link
{
    color: #e5dbbd;
}
.menu a:hover
{
    color: #ffbb8c;
    text-decoration: none;
}
.green
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    color: #233032;
}
.cream
{
    font-family: Georgia;
    font-size: large;
    color: #e5dbbd;
}