body {
	background-color: #303030;
	color: darkkhaki;
	font-size: 10pt;
	font-family: monospace;
	text-align: justify;
	
}

hr {
	color: darkkhaki;
	background-color: darkkhaki;
	height: 1px;
	border: 0;
}

h1 {
	text-align: center;
	font-size: 16pt;
	color: khaki;
}

h2 {
	text-align: center;
	font-size: 14pt;
	color: goldenrod;
}

h3 {
	text-align: center;
	font-size: 12pt;
	color: khaki;
}

em {
	color: orange;
}

a, a:active, a:visited {
	color: goldenrod;
	text-decoration: none;
}

a:hover {
	color: #303030;
	background-color: goldenrod;
	text-decoration: none;
}

a img {
	border: 0;
	margin: 2px;
}
.right {
	text-align: right;
}

.inline {
	display: inline;
	float: right;
	margin: 5px;
	margin-right: 20px;
}

/*
*		Index page layout
*/

.leftbar {
	text-align: left;
	width: 200px;
	float: left;
	padding: 0 10px;
}

.story {
	text-align: justify;
	width: 570px;
	font-family: sans-serif;
	font-size: 12pt;
	float: left;
	padding: 0 10px;
}

.rightbar {
	text-align: justify;
	width: 160px;
	float: left;
	padding: 0 10px;
}

.footer {
	clear: both;
	width: 100%;
}

/*
*		Info headers
*/

h4, .info { 
	display: block;
	text-align: center;
	padding: 2px;
	background-color: #404040;
	color: goldenrod;
	font-size: 10pt;
	font-family: monospace;
	font-weight: bold;
}

h5, .warning {
	display: block;
	text-align: center;
	padding: 2px;
	background-color: darkred;
	color: white;
	font-size: 10pt;
	font-family: monospace;
	font-weight: bold;
}

/*
*		Action Menu
*/

.action {
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	list-style-type: none;
	width: 100%;
	margin: 20px auto 5px auto;
	clear: both;
}

.action a{
	margin: 2px 2px;
	border: 1px solid goldenrod;
	padding: 2px;
}

/*
*		Forms
*/

input {
	background-color: darkkhaki;
	color: black;
	border: 1px solid black;
}

input:hover {
	background-color: black;
	color: khaki;
	border: 1px solid black;
}

#close {
	margin: 30px auto 0 auto;
	text-align: center;
}

/*
*		Info sidebars
*/

.compact td{
	font-family: compact;
	font-size: 9pt;
}

/*
*		Travel map
*/

.map_wrapper {
	margin-left: 20px;
}

.icon_box {
	width: 42px;
	height: 42px;
	position: absolute;
	color: saddlebrown;
	text-align: center;
	font-family: compact;
	font-size: 9px;
	font-weight: bold;
	background-color: rgba(244, 164, 96, 0.5);
	padding-top: 2px;
}

.icon_box img {
	margin: 0 auto;
}

.icon_box p {
	position: relative;
	vertical-align: middle;
}

.icon_vague_box {
	width: 42px;
	height: 42px;
	position: absolute;
	color: darkgray;
	text-align: center;
	font-family: compact;
	font-size: 9px;
	font-weight: bold;
	background-color: rgba(244, 244, 244, 0.5);
	padding-top: 2px;
}

.icon_vague_box p {
	position: relative;
	vertical-align: middle;
}





/* city center */
#loc1 {
	top: 260px;
	left: 220px;
}

/*industrial */
#loc2 {
	top: 280px;
	left: 160px;
}

/* park */
#loc3 {
	top: 200px;
	left: 230px;
}

/* airport */
#loc4 {
	top: 245px;
	left: 300px;
}

/* */
#loc5 {
	top: 180px;
	left: 160px;
}