body {
	background: black;
	color: white;
}

img {
	border-width: 0px;
}

div#mapbox {
	position: relative;
	padding: 0px;
	border-width: thin;
	border-style: outset;
	border-color: #888;
	width: 512px;
	height: 512px;
}

.mapimg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 512px;
	height: 512px;
}

img#mark {
	position: absolute;
	z-index: 2;
}

div#outline {
	position: absolute;
	z-index: 2;
	border-spacing: 0px;
	border-style: dotted;
	border-width: 1px;
	border-color: #FFD;
}

div#loading {
	position: absolute;
	z-index: 0;
	text-align: center;
	left: 0%;
	bottom: 50%;
	width: 100%;
	font-family: sans-serif;
	font-style: italic;
	font-size: x-large;
}

div#youarehere {
	position: absolute;
	z-index: 2;
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	color: #FFFF88;
}

div#netbox {
	height: 16em;
	width: 600px;
	overflow-y: auto;
}

table#nettop {
	width: 100%;
}

.netnet {
	font-family: monospace;
	width: 16em;
}

td.netname {
	vertical-align: top;
}

a.netname:link {
	color: white;
}

.netnote {
	vertical-align: top;
	font-size: smaller;
}

td#hostcc {
	text-align: right;
	font-size: smaller;
	font-family: monospace;
}

.zoombut {
	background-color: black;
	color: white;
	font-size: larger;
	font-family: monospace;
}
#zoominbut {
	border-style: inset;
}
#zoomoutbut {
	border-style: outset;
}

p.author {
	font-size: smaller;
}
