html {
	margin: 0;
	padding: 10px;
}

body {
	max-width: 1000px;
	margin: auto;
	position: relative;
	padding: 15px;
	border: 5px double #606;
	box-shadow: inset 2px 2px 2px 2px #9E7, 4px 4px 2px #9E7;
	background-color: #FEF;
}

b {
	font-weight: bold;
}

i, cite {
	font-style: italic;
}

a {
	color: black;
	text-decoration: underline #606;
}

a:hover {
	text-decoration: underline double #606;
}

a:visited {
	color: #666;
	text-decoration: underline #3A4;
}

a:visited:hover {
	text-decoration: underline double #3A4;
}

strong {
	color: #606;
	font-weight: 600;
}

.purple {
	color: #606;
}

.grey {
	color: #434;
}

h1 {
	margin-bottom: 0;
	text-align: center;
	color: #606;
}

h2 {
	margin-top: 0;
	margin-left: 30px;
	font-variant: small-caps;
	font-family: sans-serif;
}

section {
	margin: 3em 0;
}

ul {
	list-style-type: circle;
	padding-left: 1em;
}

.list-nostyle ul {
	list-style-type: '▹ ';
	list-style-position: outside;
}

li {
	margin: 4px;
}

button {
	cursor: pointer;
}

.list-nostyle {
	list-style: none;
}

.small {
	font-size: 0.8em;
}