@charset "UTF-8";
/* CSS Document */


body {
	margin: 0 auto;
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: #fff;
	text-align: center;
}

h1 {
	margin: 100px 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 100px;
}

h1 img {
	vertical-align: middle;
	margin: 0 20px 0 0;
}


p {
	margin: 100px auto 0;
	font-size: 14px;
	width: 700px;
}

a {
	color: #666;
}

a:hover {
	color: #6699FF;
	text-decoration: underline;
}

