/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(255,255,255);
color: rgb(115,42,162);
font-family: Verdana, Geneva, 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: none; border-bottom-style: none;
border-color: rgb(255,255,255);
}

#content
{
font-size: 128%;
background-color: rgb(0,0,0);
color: rgb(200,171,186);
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: 39px 39px 39px 39px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(115,42,162);
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 151%;
background-color: rgb(0,0,0);
color: rgb(237,154,232);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 16px; margin-right: 16px; margin-top: 16px; margin-bottom: 16px;
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(191,119,206);
text-align: center;
}

#logo, #logo a
{
font-size: 234%;
background-color: rgb(0,0,0);
color: rgb(200,171,186);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 16px 16px 16px 16px;
border-color: rgb(191,119,206);
text-align: right;
}

#trail, #trail a
{
font-size: 121%;
background-color: rgb(0,0,0);
color: rgb(236,131,207);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
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: 16px 16px 16px 16px;
border-color: rgb(200,171,186);
text-align: left;
}

#content a
{
color: rgb(236,131,207);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(236,131,207);
color: rgb(0,0,0);
}

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

h1
{
font-size: 173%;
}

h2
{
font-size: 159%;
}

h3
{
font-size: 145%;
}

h4
{
font-size: 131%;
}

h5
{
font-size: 117%;
}

h6
{
font-size: 103%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(237,154,232);
color: rgb(0,0,0);
}

/* 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;}
}}

