body.bod {
	background-color: black;
	color: white;
}
td.blank {
	width: 32px;
	height: 32px;
	color: white;
	border: solid 0px;
	font-size: 9pt;
	vertical-align: top;
	text-align: center;
}
td.blanknotext {
	width: 32px;
	height: 32px;
	color: white;
	border: solid 0px;
	font-size: 0pt;
	vertical-align: top;
	text-align: center;
}
div.wormhole {
	height: 30px;
	background-image: url("images/nav_wormhole.png");
}
div.station {
	height: 30px;
	background-image: url("images/nav_station.png");
}
div.station_wormhole {
	height: 30px;
	background-image: url("images/nav_station_wormhole.png");
}
div.none {
	height: 30px;
}
td.coord {
	width: 30px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
}
