body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 18px;
}

a, img {
	border: none;
	text-decoration: none;
}


div#content {
	width: 700px;
	height: 250px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 19px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
}




a.contact {
	color: #666;
	line-height: 24px;
	font-size: 18px;
}

a.contact:hover {
	color: #ce006f;
}