*
{
	border: 0;
	margin: 0;
	padding: 0
}	

html
{
	background: #2f2f2f
}

body
{
	color: #ffffff;
	font: 16px/1.2 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	margin: 40px auto;
	width: 640px
}

h2
{
	font-size: 22px;
	font-weight: normal;
	margin: 16px 0;
}

p
{
	margin: 16px 0;
	text-align: justify
}

p#button
{
	font-size: 28px;
	text-align: center
}

ul
{
	padding-left: 20px;
}

a
{
	color: #f2f2f2
}

a img 
{
	border: 0
}

a:hover
{
	color: #ffffff
}


