body
{
	background: #000;
	padding: 50px;
}

body, th, td
{
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

h1
{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	padding-bottom: 20px;
}

h2
{
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #666;
	margin-bottom: 22px;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

h3
{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #06f;
	padding-bottom: 20px;
}

ul, ol
{
	padding-bottom: 20px;
}

p
{
	padding-bottom: 20px;
}

p.message
{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 12px;
}

p.message-error
{
	color: #c00;
}

p.message-success
{
	color: #090;
}

p.alert
{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #900;
	background-color: #ff9;
	border: 10px solid #cc6;
	margin-bottom: 20px;
	padding: 16px 18px;
}

p.alert a
{
	color: #900;
	text-decoration: underline;
}

p.alert a:hover
{
	color: #300;
	text-decoration: underline;
}

code
{
	display: block;
	font-family: Monaco, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #036;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 12px;
}