* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background:#ffffff;
	font-size: 12px;	
}
div#page {
	width: 778px;
	margin: 120px auto;
}
h2, p {
	text-align: center;
}
a {
	text-decoration: none;
	color: #5C5E85;
}
a:hover {
	text-decoration: underline;
}