/* GENERAL STYLES */
#navlist
{
padding: 3px;
border: 1px solid #111;
width: 12em;
/*background-color: #26a;*/
font: 14px verdana,sans-serif;
}


ul#navlist li#active a
{
font-weight: bold;
background-color: #333;
}

#navlist li
{
list-style: none;
border: 1px solid #000;
}

#navlist a
{
color: #eee;
text-decoration: none;
display: block;
border-left: 1em solid #000;
border-bottom: 1px solid #000;
padding: 4px 8px;
}

#navlist a:hover { border-color: white; }

#subnavlist li a
{
border: 0;
border-left: 0.8em solid #333;
padding: 3px 4px;
margin-left: -20px;
}

/* EDITOR PROPERTIES */
BODY {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: Black;

}

a:visited {
color: white;
text-decoration: underline;
}

a.mail {
font-size: x-small;
color: white;
}

.detail {
font-size: x-small;
}

.footer {
font-size:x-small;
font-color: SlateGray;
text-align: center;





}

