﻿h1
{
    margin-bottom: 20px;
}

h2
{ 
    margin-top: 20px;
    border-bottom: 1px #333333 solid;
    margin-bottom: 10px;
}

h3
{
    margin-bottom: 5px;
}

p
{
    margin-top: 0px;
    margin-bottom: 15px;    
}

.ImageWithFrameAndCaption
{
    border-style: solid;
    border-width: 2px;
    border-color: #CC6600;
    margin-bottom: 5px; 
}

.Caption
{
    color: #984C00;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 10px;
}