BODY
{
    padding: 5px;
    background-image: url("images/sandyback.jpg");
    background-attachment: fixed;
}

H1
{
    font-family: serif;
    font-size: 23pt;
    font-style: normal;
    color: blue;
    background: white;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    border-color: blue;
}

H2
{
    font-family: serif;
    font-size: 17pt;
    font-style: italic;
    background: blue;
    color: white;
}

H3
{
    font-family: serif;
    font-size: 15pt;
    font-style: normal;
    font-weight: bold;
    color: blue;
    margin: -0.5em 0;
}


P,LI,UL,OL,DD,DT,TD
{
    font-family: serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
}

PRE
{
    font-family: courier new,courier,fixed;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
}

A
{
    color: blue;
    text-decoration: underline;
}	

A:hover 
{
    color: white;
    background: blue;
    text-decoration: underline;
}

TABLE
{
    margin-left: 0.5in;
    margin-right: 0.5in;
    background-color: white;
    border: 1px solid;
    border-color: blue;
}

IMG
{
    border: 1px solid;
    border-color: blue;
}
