body {
background-color: rgb(0,0,0);
color: rgb(85,99,130);
font-family: Georgia, serif;
border-left-width: 20px; border-right-width: 20px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: groove; border-right-style: solid; border-top-style: none; border-bottom-style: none;
border-color: rgb(34,189,193);}

#content {
font-size: 103%;
letter-spacing : .02em;
background-color: rgb(85,99,130);
color: rgb(255,255,255);
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
padding: 21px 46px 21px 46px;
line-height: 1.5em;
border-color: rgb(0,0,0);
text-align: left;}

#menu {
background-color: rgb(0,0,0);
color: rgb(34,189,193);
font-family: Georgia, serif;
font-style: normal;
border-color: rgb(170,206,229);}

a.menuitem {
font-size: 112%;
letter-spacing : .05em;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 14px; margin-right: 24px; margin-top: 14px; margin-bottom: 14px;
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(34,189,193);
text-align: right; }

#logo {
font-size: 205%;
letter-spacing : .1em;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Georgia, serif;
font-style: normal;
font-variant: normal;
text-transform: capitalize;
font-weight: normal;
padding: 13px 13px 13px 13px;
border-color: rgb(175,179,225);
text-align: left;
}


/** #content a {
color: rgb(0,0,0);
} **/

#content a:hover, #content a:active
{
background-color: rgb(0,0,0);
color: rgb(85,99,130);
}

img {
margin-left: 0px; margin-right: 14px; margin-top: 0px; margin-bottom: 14px;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
letter-spacing : .05em;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 160%;
}

h2
{
font-size: 147%;
}

h3
{
font-size: 135%;
}


.menuitem:hover {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}


#logo a {text-decoration: none;
}

#menu a {text-decoration: none; }


#trail a {text-decoration: none; }


A:link {text-decoration: underline; color: white;}
A:visited {color: yellow;}
A:active {color: yellow;}


/* layout */
#menu		{width: 22%; position: relative; top: 0; right: 0; float: right; text-align: right;}
.menuitem		{width: auto;}
#content		{margin-right: 22%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}

