* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: dodgerblue;
	text-decoration: underline;
}
a:hover {
	color: #6060ff;
	text-decoration: none;
}
p {
	margin: 10px 0;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
}
code {
	display: block;
	margin: 10px 0;
	padding: 10px;
	border: solid 1px black;
	background-color: silver;
	white-space: pre-wrap;
}
section#share, section#author {
	margin: 10px 0;
	padding: 10px;
	background-color: dodgerblue;
	color: white;
}
section#share a, section#author a {
	color: white;
}
section#author {
	min-height: 70px;
}
section#author img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
}
section#copyright {
	font-size: 10px;
	color: #303030;
	text-align: center;
}
