*
{
	padding: 0;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
}

label
{
	display:inline-block;
	width:6em;
}

p,h1,h2,label,div
{
	color:yellow;
}

div#bar
{
	width:20em;
	float:right;
	padding-top:5%;
}

div#map
{
	position:relative;
	margin-right:20em;
	z-index:0;
	cursor:default;
	padding: 5%;
	
}

div#page
{
	background: url('./images/skyline.jpg') repeat-x;
}

body
{
	background:black;
}

div#infoholder
{
	width:60em;
	margin:auto;
}



a
{
	color:yellow;
	font-style:italic;
	text-decoration:none;
}

a:hover
{
	border-bottom: red solid 1px;
}

h1
{
	font-size:1.5em;
	
}

h2
{
	font-size:1.25em;
	margin: .5em .5em;
	
}

h2 strong
{
	font-weight:bold;
	font-size:1.3em;
}

p.info
{
	margin: .5em 1em;
}

div.progress
{
	margin:.5em;
	font-weight:bold;
}
