@media all {
	* {
	margin:			0;
	padding:		0;}

	html {
	font-size:		100.1%;}

	body {
	background:		#FFF url('background.png') no-repeat;
	color:			#222;
	font:			.8em Verdana, Sans-Serif;}

	h1 {
	margin:			20px 40px;
	background:		transparent;
	color:			#000;
	font:			400 7.5em Georgia;
	letter-spacing:		.05em;}

	h2 {
	margin:			20px 0 10px 40px;
	font:			400 2em Georgia;}

	h3 {
	margin:			0 0 10px 50px;
	font:			400 1.5em Georgia;}

	p,
	dl,
	ul,
	address {
	width:			50%;
	margin:			0 0 10px 40px;
	line-height:		1.8em;}

	p img.icon {
	display:		inline;
	margin:			0 0 -4px 0;}

	dt {
	font-weight:		800;}

	dd {
	margin:			0 0 20px 40px;}

	ul {
	margin:			0 0 10px 60px;
	background:		transparent;
	color:			#AAA;}

	address {
	margin:			10px 40px;
	background:		transparent;
	color:			#888;
	font-size:		.85em;}

	hr {
	border:			none;
	border-bottom:		dotted 1px #CCC;
	background:		transparent;
	color:			transparent;}

	a {
	background:		transparent;
	color:			#059;
	text-decoration:	underline;}

	a:hover {
	text-decoration:	none;}

	a:visited {
	background:		transparent;
	color:			#809;
	text-decoration:	underline;}

	a.extern:before {
	content:		"\2197  ";}

	code {
	font-size:		1.2em;}
}