h2 
{
    color: #407373;
}

h3 
{
    color: #407373;
}

hr {
    border-top: solid 1px #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #000;
}

img.border 
{
    border: solid 3px #C0C0C0;
}

body
{
    font-size: 80%;
    font-family: Verdana;
    background-color: #FFF;
}

#content 
{
    margin: 20px 0 0 60px;
}

#navigation 
{
    float: left;
    display: block;
    clear: both;
    margin: 20px 0 0 60px;
}

#navigation img 
{
    margin-right: 10px;
}

#footer {
    float: left;
    display: block;
    clear: both;
    font-size: .9em;
    margin: 20px 0 20px 60px; 
    width: 600px; 
    text-align: center
}

table 
{
    font-size: 1em;
}

.center 
{
    text-align: center;
}

span.abbr, abbr {

    cursor: help;

    border: dotted 0px #000;

}