﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

h1
{
    font-size: 2em;
    font-family: 'Times New Roman' , Times, serif;
    color: #336699;
}

h2
{
    font-size: 1.5em;
    font-family: 'Times New Roman' , Times, serif;
    color: #336699;
}

p
{
    padding-top: 10px;
}

em
{
    font-style: italic;
}

#mainPageLinks a
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
}

#contentContent a
{
    text-decoration: none;
    color: #336600;
}

#contentContent a:hover
{
    color: #336600;
    text-decoration: underline;
}

.smallTitle
{
    font-size: 1.5em;
    font-family: 'Times New Roman' , Times, serif;
    color: #336699;
}