﻿body
{
    font-size: small;
    background-color: #Cccccc;
}
.menuStyle
{
    color: #666666;
    font-size: 14px;
}
.bodyStyle
{
    font-weight: bold;    
}
h1
{
    font-size: large;
}
a
{
}
h2
{
    font-weight: bold;
    font-size: medium;
}
a:link
{
    color: #0000CC;
}
a:hover
{
    color: #666666;
}
a:visited
{
    color: #666666;
}
