body {margin: 20px; color: black; background: white;}	
		#wrapper { margin: auto; width: 600px; auto;}
		a {color: gray; text-decoration:none;}
		a:hover {color: blue; text-decoration:none;}
		table {border: none;}
		td {vertical-align: top;}
		ul {padding-left: 0px;}
		li {font-size: 75%; list-style-type: none; padding-right: 1em;}
		small {font-size: 75%;}
		b {color: orange;}
		td span {font-size: 75%; font-family: georgia, serif; font-style: italic; color: gray;}
		.map {
			/*width:600px; 
			height:300px; 
			background: url(shiftzoom/images/earth_low.jpg) 50% 50% no-repeat; 
			-webkit-box-shadow: 0px 0px 8px black; 
			-moz-box-shadow: 0px 0px 8px black; 
			box-shadow: 0px 0px 8px black;*/
		}
		#crosshair_x { 
			display: block; 
			position: absolute;
			top: 150px;
			left: 0px;
			width: 600px; 
			height: 1px;
			padding: 0px; 
			margin: 0px;
			font-size: 1px;
			line-height: 1px;
			border: none;
			background: white;
			visibility: hidden;
			opacity: 0.5;
			filter: alpha(opacity=50);
			z-index: 99;
		}
		#crosshair_y { 
			display: block; 
			position: absolute;
			top: 0px;
			left: 300px;
			width: 1px; 
			height: 300px;
			padding: 0px; 
			margin: 0px;
			font-size: 1px;
			line-height: 1px;
			border: none;
			background: white;
			visibility: hidden;
			opacity: 0.5;
			filter: alpha(opacity=50);
			z-index: 99;
		}
