﻿body
{
    background-color: #669966;
    color: #FFFFCC;
    font-family: Sans-Serif;
}

li 
{
    padding: 0 0 1em 0;
}

div.header
{
    background-color: #669966;
    color: #FFFFCC;
    width: 100%;
    text-align: center;
    font-style:italic;
}

div.construction
{
    text-align: center;
}

span.construction
{
    color: Black;
    font-family: Monospace;
    font-weight: bold;
    font-size: large;
    border-style: solid;
    border-width: thin;
    border-color: #669966;
    padding: 5px 5px 5px 5px;
}

div.content
{
    margin: 1em 1em 1em 1em;
}

div.footer
{
    font-size: smaller;
    text-align: right;
    padding: 15px 0px 0px 0px;
}

div.menu
{
    padding: 0px 0px 0px 0px;
}

td.menu
{
    padding-right: 10px;
    margin-right: 25px;
}

td.header
{
    padding-bottom: 10px;
}

table.photo
{
    float: right;
    border-style: solid;
    border-width: thin;
    border-color: #666666;
    font-size: smaller;
    text-align: center;
    margin-left: .5em;
}

table.photos
{
    float: right;
}

.updts_list
{
    text-indent: -6.7em;
    margin-left: 0;
    padding: 0 0 1em 6.7em;
    list-style: none;
}

hr
{
    border-style: solid;
}

span.comment
{
    font-size:smaller;
    font-style:italic;
}

.input
{
    font-family: Courier New, Monospace;
}

