* {
	font-family:"Trebuchet MS",sans-serif;
	z-index:1;
}
code,pre {
	font-family:monospace;
}
body{
	font-size: 62.5%;
	line-height: 100.1%;
	font-size:1em;
	color:#333;
}
body * {
	line-height:1.2;
}
ul li {
	list-style:square;
}
ol li {
	list-style:decimal;
}
a {
	background:#9df;
	color:#333;
}
a:hover {
	text-decoration:none;
}
h1 small {
	display:block;
	font-size:0.6em;
}
td h1 small {
	display:inline;
	font-size:0.9em;
}
table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align:top;
	border:5px solid #fff;
	background:#ff9;
	width:50%;
	padding:0 10px;
	font-size:0.9em;
}
td td {
	width:auto;
	border:1px solid #000;
	padding:2px;
	font-size:1em;
}
form {
	padding:0 25px;
}
textarea {
	display:block;
	width:100%;
	padding:5px 10px;
	min-height:300px;
	border:none;
	background:#b7ffb7;
	font-family:monospace;
}
#testcase {
	float:right;
}
#donate {
	position:fixed;
	top:5px;
	right:30px;
	z-index:3;
}
#donate p,fieldset,#navigation,#navigation * {
	margin:0;
	padding:0;
	border:0;
	padding:0;
	margin:0;
}
#navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:38px;
	background:#333;
	border-bottom:2px solid #fff;
	z-index:2;
}
* html #donate, * html #navigation {
	position:absolute;
}
#navigation li {
	float:left;
	list-style:none;
}
#navigation a {
	color:#fff;
	background:#333;
	text-align:center;
	display:block;
	padding:10px 5px;
	height:18px;
	font-size:small;
	border-left:1px solid #000;
}
#navigation .last a{
	border-right:1px solid #000;
}
#navigation a:hover {
	background:#fff;
	color:#333;
}
#top,#input {
	padding-top:45px;
	margin-top:0;
}
h3,h2 {
	margin-bottom:-45px;
}
td h3,td h2 {
	margin-bottom:0;
}
#first,#second,#third,#bugs,#changelog,#about,ul,dl {
	margin-top:45px;
	padding-top:0;
}
td ul,td dl {
	margin-top:10px;
}
#width {
	width:2em;
}
label {
	white-space:pre;
	cursor:pointer;
}