/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(179,208,40);
color: rgb(72,41,218);
font-family: Tahoma, sans-serif;
border-left-width: 17px; border-right-width: 17px; border-top-width: 17px; border-bottom-width: 17px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(171,194,64);
}

#content
{
font-size: 132%;
background-color: rgb(0,0,0);
color: rgb(72,41,218);
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: 42px 43px 42px 43px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(135,147,79);
font-family: Times New Roman, Times, serif;
font-style: normal;
border-color: rgb(255,255,255);
}

a.menuitem
{
font-size: 154%;
background-color: rgb(122,132,74);
color: rgb(72,41,218);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;
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;
border-color: rgb(136,128,174);
text-align: center;
}

#logo, #logo a
{
font-size: 243%;
background-color: rgb(255,255,255);
color: rgb(122,132,74);
font-family: Tahoma, sans-serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 17px 17px 17px 17px;
border-color: rgb(135,147,79);
text-align: left;
}

#trail, #trail a
{
font-size: 124%;
background-color: rgb(0,0,0);
color: rgb(171,194,64);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 1px; border-right-width: 1px; border-top-width: 3px; border-bottom-width: 3px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
padding: 17px 17px 17px 17px;
border-color: rgb(135,147,79);
text-align: center;
}

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

#content a:hover, #content a:active
{
background-color: rgb(171,194,64);
color: rgb(0,0,0);
}

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

h1
{
font-size: 176%;
}

h2
{
font-size: 162%;
}

h3
{
font-size: 148%;
}

h4
{
font-size: 134%;
}

h5
{
font-size: 120%;
}

h6
{
font-size: 106%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(72,41,218);
color: rgb(122,132,74);
}

/* layout */
.menuitem		{display: inline;}
.container		{ width: 1000px; margin-left:auto; margin-right:auto;}

@media print
{{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}}

