hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }

a {
#	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}

#wikitext h1, h2, h3, h4, h5 {
  color: black; border-bottom: 1px solid #ccc;
  margin-left:-5px;
  padding-left:5px;
  padding-top:5px;
  background-image: url( h-fade.png );
  background-repeat: no-repeat;
}
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 14pt; }
#wikitext h3 { font-size: 12pt; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }

#sidebar {  font-size: 13pt; font-style: normal; text-align: left; }
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { color: orange; display: list-item; margin: 0px; border-bottom: 1px; }
#sidebar li a { text-decoration: none; color: black; padding: 2px 2px 4px 2px; text-indent: -2px; }
#sidebar ul li a {
    display: block;
}
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #369;
    padding: 2px 2px 4px 2px; 
    text-indent: -2px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: grey; 
    padding: 2px 2px 4px 2px; 
    text-indent: -2px; 
}

#wikitext li {
  margin: -0.5em 0;
}

table.first100 td.col1 { width: 110px; }

p { margin: 0px 0px 4px 0px; }


