﻿body
{
    background-color: #D0F5CC;
    background-image: url(./style/bg_green.jpg);
    background-repeat: repeat-y;
}
p
{
    font-family: Arial, Sans-Serif;
}
table
{
    background-color: #ddebee;
}
td
{
    font-family: Arial, Sans-Serif;
}
.menu
{
    background-color: #748faa;
    font-family: Arial, Sans-Serif;
}
a
{
    font-family: Arial, Sans-Serif;
    color: #1c538a;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    font-family: Arial, Sans-Serif;
    color: #66755f;
    font-weight: bold;
    text-decoration: none;
}
.menuinactive
{
    font-family: Arial, Sans-Serif;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}
.pagetitle
{
    color: #1c538a;
    font-weight: bold;
    font-size: larger;
}
