body { 
   background-color: black;
   color: white;
font-size: 10pt;
}
a, a:hover { color: cornflowerblue; text-decoration: none;}
a:visited { color: silver; }
a:hover { text-decoration: underline;}

.banner { margin: 0px;}
h1, h2, h3, h4, h5, h6 { color: white; }
div.navigation { font-size: 10pt;}
.right { text-align: right;}
.footer { font-size: 8pt; }

#left, #right, #content { 
	color: black;
	background-color: #eee; 
	margin-bottom: 3ex;
}

#banner { 	padding-left: 1ex; background-color: #966;  margin-bottom: 1ex;}
#content { padding-left: 1ex; min-height: 23ex;}
#left { padding-top: 3ex; min-height: 24ex;}
#right { padding-top: 1ex; min-height: 24ex;}
#left a, #right a { color: black; }

hr.space { background-color: black;}