div.town_specs {
	margin: auto;
	width: 500px;
}
div.town_specs ul {
	margin: 0px 0px 9px;
	padding-left: 20px;
	list-style-type: none;
}
div.town_specs ul li {
	margin-left: 1cm;
	text-indent: -1cm;
}
div.town_specs p {
	margin: 3px 0px 3px;
}
div.town_specs h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #EEEEEE;
	padding: 3px 5px;
	font-size: 125%;
}
div.town_specs h4 {
	margin-top: 6px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 100%;
	text-align: left;
}
div.town_spec {
	padding: 0em 0.4em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
}

/***[Faction colors]********************/
.cH_Academy { background: #FA9200 !important; }
.cC_Academy { background: #FFCC66 !important; }
.cH_Dungeon { background: #7659AB !important; color: white !important; }
.cC_Dungeon { background: #999966 !important; }
.cH_Haven { background: #4F85DB !important; }
.cC_Haven { background: #FFE77D !important; }
.cH_Inferno { background: #B20000 !important; color: white !important; }
.cC_Inferno { background: #8F817B !important; }
.cH_Necropolis { background: #32403E !important; color: white !important; }
.cC_Necropolis { background: #919B2A !important; }
.cH_Sylvan { background: #82712F !important; color: white !important; }
.cC_Sylvan { background: #66BB33 !important; }
.cH_Fortress { background: #EE3333 !important; }
.cC_Fortress { background: #CCCCDD !important; }

