﻿body
{
    font-size: 12pt;
    color: blue;
    font-family: 'Comic Sans MS';
    background-color: threedlightshadow;
}

h1
{
    font-family: 'Comic Sans MS';
    font-size: 18pt;
    font-weight: bold;
    color: blue;
    text-align: center;
    border-top: 0.75pt solid black;
    border-bottom: 0.75pt solid black;
    background-color: #ffffcc;
}

P.note
{
    background-color: gainsboro;
    border-right: blue 0.75pt dashed;
    border-top: blue 0.75pt dashed;
    border-left: blue 0.75pt dashed;
    border-bottom: blue 0.75pt dashed;
    font-size: 8pt;
    color: blue;
    font-family: 'Comic Sans MS';
        }

P.small
{   background-color:gainsboro;
    font-size: 9pt;
    font-family: Comic Sans MS;
    border-right: blue 0.75pt solid;
    border-top: blue 0.75pt solid;
    border-left: blue 0.75pt solid;
    border-bottom: blue 0.75pt solid;
}
    
