﻿body 
{
    font-family: Arial;
    color: #333;
    background-color: #eee;
}

.clear
{
    clear: both;
}

h1
{
    font-family: Times New Roman;
    color: #995360;
    margin: 0.5em 0;
}

h2
{
    font-family: Times New Roman;
    color: #995360;
}

p
{
    line-height: 130%;
}

a
{
    text-decoration: none;
    color: #995360;
}
a:hover
{
    text-decoration: underline;
}

table
{
    border-collapse: collapse;
    margin-bottom: 1em;
}
th
{
    text-align: left;
    color: white;
    background-color: #768bab;
    padding: 0.1em 0.2em;
    border: solid 1px #ddd;
}
td
{
    font-size: smaller;
    padding: 0.1em 0.2em;
    border: solid 1px #ddd;
    vertical-align: top;
}

li
{
    line-height: 130%;
    margin: 0.2em 0;
}