﻿body
{
    font-size: 12px;
    font-family: Sans-Serif;
    background-color: #E3EAEB;
}
h1
{
    font-weight: bold;
    font-size: 16px;
    color: #1C5E55;
}
.smalltext
{
    font-family: Verdana, Sans-Serif;
    color: black;
    font-size: x-small;
}
a
{
    font-family: Verdana, Monospace, Sans-Serif;
    color: #1c5e55;
    font-size: 12px;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #00008b;
}
a:visited
{
    color: #1c5e55;
    text-decoration: none;
}
h2
{
    font-weight: bold;
    font-size: 14px;
    color: #1C5E55;
}
.greentext
{
    font-family: Verdana, Sans-Serif;
    color: #1C5E55;
    font-size: 12px;
    font-weight: bold;
}



