@import url("wf/0f.css");
.inspect {
	/*border-width:1px;
	border-style:dotted;
	border-color:#000;*/
}
html, body {
	margin:0; padding:0;
	width:100%; height:100%;
	/*overflow:hidden;*/

	font-size:21px /*19px*/;
	font-weight:100;
	font-family:
		/*'Times New Roman', 'Courier New',*/
		'ColaborateThinRegular',
		/*'JosefinSansStdLight',*/
		/*'QuicksandLight',*/ 'DISCORegular',
		'ExistenceLight',
		/*'ZnikomitNo24Regular',*/
		hnth, Helvetica, Arial,
		sans-serif;
	letter-spacing:1px;

	background:#b0d6ff url('img/Gradient Wallpaper 02.png') no-repeat scroll 50% 50%;
	color:#444;
	text-shadow:0 2px 2px #fff;
}
h1 { border-color:#000;
	display:inline; margin:0; padding:0;

	font-size:80px;
	font-family:
		/*'ZnikomitNo24Regular',*/
		/*'ColaborateThinRegular',*/
		/*
		WagnastyRegular, 'Veggieburger',
		jrhandRegular, 'Segoe Print',
		*/
		'Times New Roman', serif;
	letter-spacing:0;
	font-weight:normal;
	color:#333;
	text-shadow:
		0 3px 4px #777
		/* 1px 1px 5px #000
		,-1px -1px 5px #fff */
	;

}
h1 em {
	font-size:0.6em;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}
img { border:0;
	position:relative;
	vertical-align:middle;
	top:-5px; margin:0 -3px 0 -3px;

	/* box-shadow:0 3px 4px #777; */
}
a, a:link, a.visited {
	font-weight:100;
	text-decoration:none;
	color:#555;
	text-shadow:0 2px 2px #fff;
}
a:focus, a:hover {
	text-decoration:underline;
	color:#666;
	text-shadow:1px 3px 10px #b0d6ff;
	position:relative; left:-1px; top:-1px;
}


div.centered { border-color:yellow;
	position:relative;
	width:750px; max-width:90%;
	top:35%;
	margin:auto auto;
	text-align:justify;
}


