﻿body
{
    background-color: #57B7DF;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
h1
{
    color: #231F20;
    font-size: x-large;
    text-align: left;
}
h2
{
    color: #231F20;
    font-size: large;
    text-align: left;
}
p
{
    font-size: medium;
}

a
{
    color: #A83516;
    text-decoration: underline;
}
a:hover
{
    font-weight: bold;
}
a:visited
{
    color: #1635A8;
}
.menu
{
    border-width: 0px;
}
p.dancingmouse
{
    font-size: small;
    vertical-align: text-top;
    text-align: right;
}
