*
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

body
{
	background-color: #EEE;
	background: url("/img/bg.png") #EEE;
}

img
{
	border: 0;
}

div#wrapper
{
	box-shadow: 0px 0px 32px #000;
	margin: 64px auto 64px auto;
	width: 640px;
	background-color: #FFF;
	padding: 32px;
}

h1
{
	font-size: 18px;
	text-align: center;
	margin-bottom: 24px;
}

h2, h2 *
{
	font-size: 16px;
}

div.stuff
{
	margin-bottom: 32px;
}

a
{
	text-decoration: none;
	color: #009;
	font-weight: bold;
}

	a:hover
	{
		text-decoration: underline;
	}

.marked
{
	border-bottom: 2px solid #F90;
}

.wrong
{
	background-color: #F99;
}

.right
{
	background-color: #9F9;
}

code
{
	font-family: monospace;
}

.caption, .caption *
{
	font-size: 10px;
	font-style: italic;
}

p.quote
{
	font-style: italic;
	font-family: Times New Roman, serif;
	font-size: 14px;
}

p.sayer
{
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4em;
	margin-right: 2em;
}

p#footer_thing, p#footer_thing *
{
	color: #666;
	text-align: center;
	font-size: 10px;
}

p
{
	text-align: justify;
}

.image_floating_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image_floating_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.noscreen
{
	display: none;
}

.inline
{
	display: inline;
}

p.addition
{
	font-style: italic;
}

textarea
{
	width: 100%;
}

form div.section
{
	margin: 2em;
}

p.big_ol_disclaimer
{
	border: 2px solid #F00;
	padding: 1em;
	color: #F00;
}
