﻿body
{
    font-size: 12px;
}
a
{
    color: #000099;
    text-decoration: underline;
}
a:hover
{
    color: #CC0000;
}
a:active
{
    color: #CC0000;
}
.red
{
    color: #FF0000;
}
.gray
{
    color: #999999;
}
.title
{
    font-size: 20px;
    font-weight: bold;
}

