body
{
	margin: 0;
	padding: 0;
}

h1, h2
{
	font: bold large "Trebuchet MS", sans-serif;
}

h1
{
	background-color: #e1e1e1;
	border-bottom: 2px dashed white;
	font-size: 1.2em;
	margin-top: 0;
	padding: 1ex 2ex;
}

h2
{
	border-bottom: 2px dashed #223322;
	color: #223322;
}

form
{
	margin: 0;
}

img
{
	border: none;
}

p
{
	line-height: 1.4em;
}

#content
{
	font: smaller Verdana, sans-serif;
	margin-left: 3ex;
	margin-right: 3ex;
}

#test-listing
{
	-moz-column-count: 2;
	max-width: 1024px;
}
#test-listing li
{
	margin-bottom: 1ex;
}
#test-listing li.first
{
	margin-top: 2ex;
}

#page-test-result
{
	max-width: 800px;
}

#first-test, #second-test
{
	background: #eeffee;
	border: 1px solid black;
	line-height: 1.5em;
	overflow: auto;
	padding: 1ex;
	margin: 2px;
}