body
{
    padding-top: 150px;
    padding-left: 10em;  
    font-family: "Tempus Sans ITC", cursive;
    color: #006B47;
    background-image: url(bkgnd.gif);
    background-repeat: repeat-y;
}

ul.navbar
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em
}

HR
{
    color: #D0F0D0;
    height:1px;
}

a:link
{
    color: #006B47
}

a:visited
{
    color: teal
}

a:hover
{
   background: #def3bd;
}

h1
{
    font-family: "Tempus Sans ITC", cursive;
    color: #006B47;
    space-after=1px
}

h2
{
    font-family: "Tempus Sans ITC", cursive;
    color: #006B47;
    space-after=1px
}

h3
{
    font-family: "Tempus Sans ITC", cursive;
    color: #ff8000;
    space-after=1px
}
