BODY
{
background-color: #663300;
color: white;
font-weight: bold;
font-family: "Bauhaus 93", Bauhaus, "Bauhaus ITC Heavy", "Bauhaus ITC Demi", Garamond, Arial;
}

/*
H1, H2, H3, H4, H5, P, DIV, TD
{
}
*/

A:link
{
color: cc9999;
}
A:visited
{
color: 996666;
}
A:active
{
color: red;
}
A:hover
{
background: white;
}


H1, H2, H3, H4, H5
{
font-style: normal;
font-weight: bold;
}

H1
{
text-align: center;
font-size: 200%;
}
     
H2
{
text-align: center;
font-size: 175%;
font-style: italic;
}
     
H3
{
text-align: center;
font-size: 150%;
}
     
H4
{
text-align: center;
font-size: 125%;
}
     
H5
{
font-size: 100%;
}

P, DIV, TD
{
}

TR, TD
{
font-size: large;
vertical-align: middle;
}


TD
{
padding: 5px;
spacing: 5px;
}


.StyTableMain
{
align: center;
border: 1;
width: 90%;
text-align: left;
}

.StyTableMainCenter
{
align: center;
border: 1;
width: 90%;
text-align: center;
}

.StyFooter
{
font-weight: normal;
font-style: italic;
font-size: 50%;
z-index: 1;
position: absolute;
right: 3px;
bottom: 3px;
}