h1 { text-shadow: 2px 2px #000;}
.superheader {
	padding: 0.1em;
	background-color: #60759E;
	color: white;
	margin-bottom: 1em;
	text-align: center;
}
.writings {
	margin: auto;
	max-width: 80em;
	padding-left: 1em;
	padding-right: 1em;
}
body {
	font-family: monospace;
	background-color: #B8D5EF;
	color: black;
	font-size: 16pt;
	margin: auto;
	text-align: center;
}

h1 {
	font-size: 20pt;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #60759E;
}

a.colorcorrect:link {color:white;}
a:visited { color: #3C4962; }
a:hover { 
	background-color: #60759E;
	color: #ffffff;
}

code, pre {
	font-size: 16pt;
	background: #60759E;
	color: white;
	max-width: 50em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.icon {
	height: 31px;
	border: 0;
	display: inline;
	margin: 0;
}

ul li:before {
	content: "- ";
}

ul li {
	list-style-type: none;
}

