
body
{
background-color: rgb(116,23,112);
color: rgb(191,176,191);
font-family: Arial, Helvetica, sans-serif;
border-left-width: 10px; border-right-width: 10px; border-top-width: 5px; border-bottom-width: 
5px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; 
border-bottom-style: solid;
border-color: rgb(171,5,163);
}


#content
{
font-size: 114%;
background-color: rgb(0,0,0);
color: rgb(219,123,215);
border-left-width: 30px; border-right-width: 30px; border-top-width: 0px; 
border-bottom-width: 
0px;
border-left-style: solid; border-right-style: solid; border-top-style: none; 
border-bottom-style: none;
padding: 2px 2px 2px 2px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(191,176,191);
color: rgb(171,5,163);
font-family: Courier New, Courier, monospace;
font-style: italic;
border-color: rgb(116,23,112);
}

a.menuitem
{
font-size: 144%;
background-color: rgb(0,0,0);
color: rgb(116,23,112);
font-variant: normal;
text-transform: capitalize;
font-weight: normal;
margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
border-left-width: 3px; border-right-width: 3px; border-top-width: 3px; border-bottom-width: 
3px;
border-left-style: double; border-right-style: double; border-top-style: double; 
border-bottom-style: double;
border-color: rgb(191,176,191);
text-align: center;
}

#logo, #logo a
{
font-size: 153%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 4px 9px 4px 9px;
border-color: rgb(244,119,238);
text-align: left;
}

#trail, #trail a
{
font-size: 117%;
background-color: rgb(255,255,255);
color: rgb(116,23,112);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 13px; border-right-width: 13px; border-top-width: 13px; 
border-bottom-width: 13px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; 
border-bottom-style: solid;
padding: 17px 17px 17px 17px;
border-color: rgb(0,0,0);
text-align: left;
}

#content a
{
color: rgb(191,176,191);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(191,176,191);
color: rgb(0,0,0);
}

h1, h2, h3, h4, h5, h6
{
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 121%;
}

h2
{
font-size: 107%;
}

h3
{
font-size: 93%;
}

h4
{
font-size: 79%;
}

h5
{
font-size: 65%;
}

h6
{
font-size: 51%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(116,23,112);
color: rgb(0,0,0);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 28%; position: relative; top: 0; right: 0; float: right; text-align: 
center;}
.menuitem		{width: auto;}
content		{margin-right: 28%; width: auto}
.menuitem		{display: block;}


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


