/* this is a comment */

html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: royalblue;

}
.content {
	padding: 2em 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-bottom: 10px; 

}

h1 {
	color: seashell;
	font-family: Impact, Charcoal, sans-serif;
	text-align: center;
	margin-bottom: 50px;
	font-size: 3em;
}

h2 {
	color: seashell;
	font-family: Impact, Charcoal, sans-serif;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 50px;
	font-size: 2em;

}

#about p {
	color: lawngreen;
	font-family: "Arial Black", Gadget, sans-serif;
	text-indent: 50px;
	padding: 0 25px;
}
#chapters {
	color: lawngreen;
	font-family: "Arial Black", Gadget, sans-serif;
	text-indent: 50px;
	
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-bottom: 20px;
}

#print {
	padding: 25px 25px 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .8em;

}

#chapters ol{
	padding: 0 80px;
}

#chapters li {
	margin-top: 25px;
}

#chapters li span {
	margin: 20px 0;
	background-color: red;
	font-weight: bold;
	font-size: .9em;
	border-radius: 6px;
	border: solid 2px;
	padding: 10px 10px;

	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

#chapters li a span:hover {
	background-color: green;
}

#left {
	margin-left: 5px;
	margin-right: 5px;
}

#center {
	text-align: center;
}

#right {
	margin-left: 5px;
	margin-right: 5px;
}

:link    {color:blue; background-color:transparent; text-decoration:none}
a:visited {color:blue; background-color:transparent; text-decoration:none}
a:hover   {color:red; background-color:transparent; text-decoration:underline}
a:active  {color:yellow; background-color:transparent; text-decoration:underline}

#print a    {color:blue; background-color:red; text-decoration:none;
			padding: 2px;
			border-radius: 15px;}

#print a:hover   {color:red; background-color:LemonChiffon; text-decoration:underline}
#print a:active  {color:red; background-color:LemonChiffon; text-decoration:underline}

@media screen and (max-width: 600px) {

.content {
	font-size: .9em;
}
#footer {
	padding-top: 12px;
	padding-bottom: 12px;
}

#chapters ol{
	padding: 0 30px;
}

#chapters li span {
font-size: 0.9em;
padding: 6px 6px;
	border: solid 1px;


}