.wikiMeta   {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
div.wikiNotice {
  border: thin dashed #f00;
  padding: 10px;
}
div.wikiNotice > b {
  color: #FF0000;
}
#wikiContent > h1, #wikiContent > h2, #wikiContent > h3, #wikiContent > h4 {
    margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wikiContent > h1 {
  font-size: 14pt;
  padding: 4px;
  margin-top: 14pt;
  margin-bottom: 14pt;
  background-color: #eeeeee;
  border: thin solid #000000;
}
#wikiContent > h1 a {  color: #000; text-decoration: none; }
#wikiContent > h2 {
	font-size: 12pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border-bottom: thin solid #666;
}
#wikiContent > h2 a {  color: #000; text-decoration: none; }
#wikiContent > h3 {
	font-size: 12pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border-bottom: thin dashed #666;
}
#wikiContent > h3 a {  color: #000; text-decoration: none; }
#wikiContent > h4 {
	font-size: 12pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border-bottom: thin dotted #555555;
}
#wikiContent > h4 a {  color: #000; text-decoration: none; }
#wikiContent > h5 {
	font-size: 10pt;
}
#wikiContent > h5 a {  color: #000; text-decoration: none; }

.wikiRelatedEntries { text-align: left; }
.wikiNearby         {
  /* text-align: left; */
  line-height: 20px;
}

