﻿body
{
    font-family: Verdana, Sans-Serif;
    font-size: small;
    margin-left: 0;
    margin-top: 0;
    background-color: #dcdcdc;
    color: maroon;
}
h1
{
    font-family: 'Copperplate Gothic Bold' , Verdana, Arial;
    font-size: xx-large;
    color: white;
    left: 10px;
    position: relative;
}
h3
{
    font-size: small;
    text-align: left;
    left: 120px;
    margin-left: 150px;
    text-align: left;
    margin-right: 100px;
    color: #800000;
}

ul
{
    list-style-position: outside;
    list-style-type: square;
    text-align: left;
    margin-left: 170px;
    text-align: left;
    margin-right: 100px;
    color: #800000;
    vertical-align: baseline;
}
ul.menubar
{
    float:  inherit;
    width: 90%;
    padding: 0;
    margin: 5px;
    list-style-type: none;
    left: 0px;
    position: relative;
    top: 10px;
}
ul.directions
{
    list-style-position: outside;
    list-style-type: square;
    text-align: left;
    margin-left: 170px;
    text-align: left;
    margin-right: 100px;
    color: #800000;
    vertical-align: baseline;
    font-weight: normal;
    position: relative;
    top: -15px;
}
a.menuitem
{
    float: none;
    width: 6em;
    text-decoration: none;
    color: white;
    background-color: maroon;
    padding: 0.2em 0.6em;
    font-size: small;
    cursor: hand;
    font-weight: bold;
}
a.menuitem:hover
{
    color: #f0e68c;
}
a.directiontab
{
    float: none;
    width: 6em;
    text-decoration: none;
    color: gray;
    background-color: transparent;
    font-size: small;
    cursor: hand;
    padding: 0.2em 0.6em;
    font-weight: lighter;
}
a.directiontab:hover
{
    color: maroon;
}
a.text
{
    background-color: Transparent;
    font-weight:bold;
}
li{display:inline}
li.normal
    {
        display:block;
}
p.content
{
    margin-left: 150px;
    text-align: left;
    margin-right: 100px;
    color: #800000;
    margin-top: 10px;
}
p:first-letter
{
font-size:x-large;
font-family: 'Copperplate Gothic Bold' , Verdana, Arial;
}
.master_photo
{
    border-right: maroon thick outset;
    border-top: maroon thick outset;
    border-left: maroon thick outset;
    border-bottom: maroon thick outset;
}
.child_photo
{
    border-right: maroon thin inset;
    border-top: maroon thin inset;
    border-left: maroon thin inset;
    border-bottom: maroon thin inset;
}
.show_object
{
    display: block;
}
.hide_object
{
    display: none;
}
.bold
{
    font-weight: bold;
}