body {
   font-size: 20px;
   background-color: #FFF;
   color: rgb(0, 0, 0);
   font-family: Arial,sans-serif;
   }
/*
*/
a {
	color: #996;
	text-decoration: none;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #117;
	text-decoration: none;
}
a:active {
	color: #FF8;
}
a:hover {
	color: #338;
	font-style: italic;
	font-weight: 700;
}
tbody {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-family: Arial,sans-serif;
	}
h1, h2 {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 0px;
	}
div.darkback a {
	color: #996;
	text-decoration: none;
}
div.darkback a:link {
	color: #006;
	text-decoration: none;
}
div.darkback a:visited {
	color: #117;
	text-decoration: none;
}
div.darkback a:active {
	color: #FF8;
}
div.darkback a:hover {
	color: #FF8;
	font-style: italic;
	font-weight: 800;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;*/
top: 1em;
left: 5em;
width: 11em;
}

#menu dt {
cursor: pointer;
height: 16px;
font-size: 12px;
line-height: 18px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 15px;
margin-right: 15px;
text-align: left;
/*
border: 1px solid gray;
background: #A9BFCB;
font-weight: bold;
*/
}
#menu dt:hover {
background: #9AB;
}

#menu dd {
position: absolute;
font-size: 12px;
left: 8em;
border: 1px solid gray;
background: #BCD;
margin-top: -10px;
width: 11em;
/*
background: #A9BFCB;
z-index: 20;
*/
}

#menu ul {
/*
padding: 2px;
*/
}
#menu li {
text-align: left;
font-size: 14px;
font-size: 90%;
height: 18px;
line-height: 18px;
border: 1px solid gray;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
/*
display: block;
*/
}
#menu li:hover {
background: #9AB;
/*
text-decoration: underline;
*/
}
