body
{
	background: url(images/bg.png);
	color: #306;
	margin: 0;
}

.content
{
	padding: 1em 2em 1em 1em;
}

.nav a
{
	color: #639;
	font-weight: 100;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 30px;
}

.nav a:hover
{
	text-decoration: underline;
}

.border
{
	border: 8px double silver;
}

input, textarea
{
	border: 1px solid #96c;
	color: #306;
}

