/* Copyright © 2009-2010 Richard B. Johnson.  All rights reserved. */

body
{ 
    color: Black;
    background-color: White; 
}

td
{
    font-family: "Palatino Linotype"; 
    font-size: 13px; 
    text-align: justify;

    padding-bottom: 1.8em;
}

h1, h2
{
    color: #28282C;
}

h1, h2
{
    font-weight: bold;

    margin: 0;
    padding-top: 0;
    padding-bottom: 0.1em;
    border-bottom: solid 1px Black;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 20px; 
    margin-bottom: 0.3em;
}

b, i
{
    color: #18181C;
}

b
{
    font-size: 14px; 
}

i
{
    font-size: 15px; 
    font-weight: bold;
}

em
{
    font-style: italic;
    font-weight: normal;
}

p.indent
{
    margin: 0 0 0 1.8em;
}

ul
{
    margin: 0 0 0 auto;
}

li
{
    margin: 0 0 0 -1.2em;
}

a:link    { color: #000066; }
a:visited { color: #000099; }
a:hover   { color: #0000FF; }
a:active  { color: #CC0000; }

#shell
{
    width: 630px;
    text-align: center;
}

.info:hover
{
    cursor: help;
    color: Red;
}
