/*
ripped from unigine stylesheet
*/
body {

	margin: 2em;
	padding:2em;
	background: #1a242a; color: #b4c8d2;
	background-image:url('swamp_stalkers_by_jordangrimmer-d6prkz3.jpg'); /* http://jordangrimmer.deviantart.com/art/Swamp-Stalkers-406074351 */
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	}
h1 {
	font: 2.0em Georgia, serif; 
	}
h1 a:hover, h1 a:active {
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	color: #b4c8d2;
	}
a:visited {
	text-decoration: none;
	color: #b4c8d2;
	}
a:hover, a:active {
	text-decoration: underline;
	}
pre {
	font: 0.9em/1.3em "Courier New", Courier;
	margin: 3px 0;
	color: #777;
	}
pre img {
	display: inline;
	}
img {
	margin: 3px 0;
	}
hr {
	border:0;
	height: 0;
	border-bottom: 1px #aaa dashed ;
	}