* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#box {
	width: 700px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 -350px 0 -350px;
}

h1 {
	font-size: 14px;
	margin: 35px 0 35px 0;
	color: #009;
}

h2 {
	font-size: 12px;
	margin: 35px 0 8px 0;
}

p {
	margin-bottom: 8px;
}

a {
	color: #009;
	border-bottom: 1px dashed #009;
	text-decoration: none;
}

a:hover {
	color: #E54B00;
	border-bottom: 1px solid #E54B00;
}