@charset "utf-8";

html, 
body {
	margin:0;
	padding:0.5em;
	color:#fff;
	background-color:#070e10;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
label span {
	display:block;
}
hr {
	display:none;
}
abbr, 
acronym {
	border-bottom:1px dotted #fff;
	cursor:help;
}
a {
	color:#86abc3;
	background-color:#070e10;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	background-color:#86abc3;
	text-decoration:none;
}



#head {
	margin:0;
	padding:100px 0 0 0;
	color:#fff;
	background:#070e10 url("/images/hh.jpg") no-repeat 0 0;
}
#head h1 {
	position:absolute;
	top:0;
	left:-9999px;
}
#head ul {
	margin:0.5em 0;
	padding:0;
	list-style-type:none;
}
#head .jumpto ul, 
ul.pagination, 
ul#prevnext {
	padding:0;
	list-style-type:none;
	display:inline;
}
#head .jumpto ul li, 
ul.pagination li, 
ul#prevnext li {
	padding-right:0.3em;
	display:inline;
}



#copyright {
	color:#ccc;
	background-color:transparent;
	font-size:0.8em;
}



/* Force mobiles to use this stylesheet.  */
@media handheld {}