::-webkit-scrollbar {
	width: 6px;
	text-align: left;
}

::-webkit-scrollbar-thumb {
	background: black;
}

::-webkit-scrollbar-thumb:hover {
	cursor:-webkit-grab;
}

body {
	overflow-y: scroll;
	font-family: serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 30em;
}

p {
	overflow-y: scroll;
	text-align: justify;
}

a {
	text-decoration: none;
}

h4 {
	font-weight: normal;
}

h5 {
	font-style: italic;
	font-weight: normal;
}

ul {
	list-style: square;
}

header {
	padding-top: 1em;
}

footer {
	padding-top: 5em;
	padding-bottom: 1em;
}

.verb {
	font-family: mono;
	font-size: .75em;
}
