﻿body 
{
    margin:15px;
    font-family:Verdana, Tahoma, helvetica, Sans-Serif;
    font-size:75%;
}

h1
{
    color:#a52a2a;
    font-size:180%;
    font-family:Georgia,Times New Roman,serif;
}

h4
{
    color: #4f5bb7;
    border-bottom:solid thin #7b84c9;
    margin-top:30px;
}

h5
{
    font-size:100%;
}

.sectionHead
{
    font-weight:bold;
}

.tableMain
{
    background-color:#7b84c9;
    border:#7b84c9 thin solid;
}

.tableHeader
{
     background-color:#7b84c9;
     color:White;
}

.oddRow 
{
    background-color:#ddddff;
}

.evenRow
{
    background-color:White;
}

.key
{
    border: 1px black solid;
    padding: 4px;
    background-color: #4f5bb7;
    font-weight:bold;
    font-family:System;
    font-size:large;
}

a
{
    text-decoration: none;
    color: #4f5bb7;
}
a:hover 
{
    text-decoration:underline;
    color: #4f5bb7;
}
a:visited 
{
    color:#4f5bb7; 
}
.text
{
    color:#a52a2a;
    font-size:150%;
}