body{
	margin:0;
	padding:0;
	width:100%;
	min-height:100vh;
	overflow-x:hidden;	
	cursor:url(/images/crosshairs-2.png), auto;
	color:#f8f0dd;
	font-size:18px;
	background-color:#d5a147;
	background: linear-gradient(180deg,rgba(202, 138, 24, 1) 100px, #d6a64d 260px);
	font-family: 'Arial Black', Gadget, sans-serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#wrapper{
	text-align:center;
	margin:auto;
	padding:0;
}

#imglnk{
	max-width:45%;
	min-width:300px;
}
a{
	color:#f8f0dd;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-shadow: 0 0 6px rgba(255,255,255,0.8);
}

h1{
	margin-top: 0;
}
h2, h3{

	margin-top:0;
	margin-bottom:20px;
}
h3 a{
	font-weight:300 !important;
}
#topimg{
	margin: auto;
	max-height:100%;
	max-width:32%;
	min-width:370px;
}
