* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
body {
	font-family:"Linux Libertine",Palatino,"Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",serif;
	line-height: 1.25;
	}
div.container {
	width: 600px;
	margin-left: 100px;
	}
h1 {
	font-size: 32px;
	text-align: center;
	margin: 50px 0;
	}
h2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
	}
h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
	}
p {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 16px;
	margin-bottom: 20px;
	text-indent: 50px;
	}
blockquote {
	margin-left: 125px;
	font-size: 16px;
	margin-bottom: 20px;
	text-indent: 50px;
	color: #666;
	}
img {
	margin-bottom: 20px;
	}
a {
	color: #000;
	border-bottom: #1ad5ff 1px solid;
	text-decoration: none;
	padding: 0 1px;
	}
a:hover {
	background: #59f7ff;
	border-bottom: #59f7ff 1px solid;
	text-decoration: none;
	padding: 1px;
	}
.hide {
	display: none;
	}