﻿body
{
    background-color: #CCFFCC;
    background-attachment: fixed    
}
h1
{
    font-family: 'Monotype Corsiva';
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
    color: #003300;
    text-align: center;
}

h2
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    color: #003300;
    text-align: center;
}
h3
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    color: #003300;
}


p
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    font-weight: normal;
    color: #003300;
    
}

p:first-letter
{
    font-family: 'Monotype Corsiva';
    font-size: x-large;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #003300;
}


