﻿h1, h2, h3, h4, h5, h6, h7
{
    color: #00a3c8;
    background-image: url('../images/DottedLine.gif');
    background-repeat: repeat-x;
    background-position: right bottom;
    margin-bottom: 2px;
}

.cover
{
    background-color: White;
}

p 
{
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: justify;
}

p.posted
{
    color: Silver;
    text-align: right;
    font-weight: bold;
    background-image: url(../images/DottedLine.gif);
    background-repeat: repeat-x;
}

.Firstword
{
 color: #636668;
}

.ImportantNotice
{
    
    border: 2px dotted #00a3c8;
    padding: 10px;
    background-color: #fff9b2;
    text-align: center!important;
}

.ImportantNotice p
{
    margin-top: 20px;
    text-align: center;
}

.ImportantNotice h3
{
    font-size: 2.25em;
    margin: 1px;
}