﻿body 
{
    font-family:Verdana;
    font-size: 12pt;
    color: #333;
}

p
{
    color:#333;
}

h1
{
    font-size: 1.8em;
    font-weight:normal;
    color: #333;
    border-bottom: dotted 1px #333;
}

h2
{
    font-size: 1.1em;
    font-weight:bold;
    color:#fff;
    background-color: #ccc;
    padding: 4px;
}

h3
{
    font-size: 1.0em;
    color: #333;
}


li
{
    margin-bottom:2px;
}