body {
	color: #FFFFCC;
	background-color: #333333;
	font: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}
h1 {
	font: bold 18px arial, verdana, helvetica, sans-serif;
    color: #F0E68C;
	}
h2 {
	font: bold 16px arial, verdana, arial, helvetica, sans-serif;
	color: #B5DBCE;
}
h3 {
	font: bold 14px arial, verdana, arial, helvetica, sans-serif;
	color: #DBBBB5;
}

a {
    color: #B0c4DE;
	text-decoration: none;
	}
a:link {color: #B0c4DE;}
a:visited {color: #DBBBB5;}
a:hover {color: #FFFFFF; background-color: Navy; text-decoration: overline + underline;
}


HR {
    height:1px;
    width:90%;
    color:red; 
 
   }

UL { 
list-style-type: disc
}


#navlist
{
color: white;
background: #D0CDCD;
border-bottom: 0.2em;
border-right: 0.2em;
padding: 0 1px;
margin-left: 0;
width: 100%;
font-size: 10px;
font: normal 0.8em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: White;
background: navy;
border-width: 1px;
border-style: solid;
border-color: red red red navy;
border-left: 1em solid red;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #617171 #E0D5BB #617171 #E0D5BB; }
 
#navlist a:hover, #navlist a#current:hover
{
background: red;
border-color: navy navy navy white;
padding: 0.4em 0.35em 0.25em 0.9em;
color: #F7F6CC;
}

#navlist a:active, #navlist a#active:active
{
background: #E0D5BB;
border-color: #F7F6CC #F7F6CC #F7F6CC #F7F6CC
padding: 0.4em 0.35em 0.25em 0.9em;
}
