/* this stylesheet is created by StrangeBanana 
(http://www.strangebanana.com)*/
body
{
background-color: rgb(0,0,0);
color: rgb(80,87,65);
font-family: Verdana, Arial, Helvetica, sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; 
border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: dotted; 
border-bottom-style: dotted;
border-color: rgb(97,134,13);
}

#content
{
font-size: 115%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; 
border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; 
border-bottom-style: none;
padding: 43px 43px 43px 43px;
border-color: rgb(0,0,0);
text-align: left;
}


#content a
{
color: rgb(64,84,19);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(64,84,19);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 167%;
color: purple;
}

h2
{
font-size: 152%;
color: black;
}

h3
{
font-size: 137%;
color: teal;
}

h4
{
font-size: 122%;
color: gray;
}

h5
{
font-size: 107%;
color: #666699;
}

h6
{
font-size: 92%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(173,230,44);
color: rgb(80,87,65);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
.menuitem		{display: inline;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}

</style>

