
body
{
  margin: 0;
  padding: 0; 
}


body
{
	background: #fff;
	color: #333;
	font-family: arial, verdana;
}

a:link
{
	color: #333;
	text-decoration: none;
}

a:active
{
	color: #333;
	text-decoration: none;
}

a:visited
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #ac34ff;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 19px;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 19px;
}

h3
{
	font-size: 11px;
	color: #666;
	font-weight: bold;
	margin-bottom: 19px;
}

p
{
	font-size: 13px;
	margin-bottom: 19px;
}

.colofon
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

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