﻿body
{
    background-image: url('images/pageBG.jpg' );
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px;
    padding: 0px;
    background-color: #FF9700;
    font-family: Calibri, Arial, sans-serif;
    color: #333333;
    font-size: 16px;
}
a
{
    text-decoration: none;
    color:#1B3550;
}
a:hover
{
    text-decoration: underline;
}   
h1
{
    color: #92D584;
    font-weight: normal;
    font-size:26px;
    border-bottom:solid thin #92D584;
    width:550px;
    margin:0px;
    padding:27px 0px 0px 0px;
    background-image: url(images/leaves.jpg);
    background-repeat:no-repeat;
    background-position:10px 15px;
}
h2
{
    color: #22490A;
    font-weight: normal;
    font-size:14px;
}
h3
{
}
h4
{
}
