h1,h2,h3
{
font-variant: small-caps;
}

body,h1,h2,hr,img
{
text-align: center;
}

#container
{
margin: 0 auto;
width: 780px;
}

body
{
margin-top: 0;
font-family: arial, verdana;
background-color: #e0e0e0;
}

h1
{
font-size: xx-large;
font-weight: bold;
color: #006600;
background-color: #ffffcc;
margin-bottom: 0;
}

h2
{
font-size: x-large;
font-weight: bold;
color: #006600;
background-color: #ffffcc;
margin-top: 0;
}

h3
{
font-size: small;
color: #ffff00;
background-color: #808080;
margin: 0 0 2px 0;
padding: 3px 0 1px 5px;
}

h3:first-letter 
{
color: #ff0000;
font-size: xx-small;
}

img.cntr
{
text-align: center;
}

ul
{
text-align: left;
}

table.mt
{
border: 0;
width: 780px;
}

table.ps
{
border: 1px;
border-color: #e0e0e0;
width: 100%;
}

td
{
vertical-align: top;
}

td.ct
{
height: 200;
border: 1px solid #808080;
background: url('../images/background-woods.jpg');
}

td.cl
{
width: 160px;
border: 1px solid #808080;
background-color: #ffffcc;
text-align: left;
}

td.cc
{
width: 460px;
border: 1px solid #808080;
background-color: #ffffff;
}

td.cr
{
width: 160px;
background-color: #f8f8ff;
border: 1px solid #808080;
text-align: center;
}

td.cb
{
background-color: #f8f8ff;
border: 1px solid #808080;
text-align: center;
}

hr
{
margin: 5px 50px 25px 50px;
}

p.fl
{
text-align: left;
margin: 10px 20px 0px 30px;
font-size: medium;
}

a.nav:link
{
margin-left: 5px;
font-size: small;
font-weight: bold;
font-variant: small-caps;
color: #006600;
text-decoration:none;
}

a.nav:visited
{
color: #006600;
text-decoration: none;
}

a.nav:hover
{
color: #fa8072;
text-decoration: underline;
}

a.nav:active
{
color: #fa8072;
text-decoration: underline;
}

