body {
    font: normal 18px Verdana, Arial, sans-serif;
	font-weight: normal;
	width:900px;
	margin: auto;
}

a:visited {color:#0000cc;}
a:link {color:#0000cc;}
a:hover {color:#000077;}

h1
{
	font-size: 1.8em;
	color: #111;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 1.3em;
	color: #222;
	font-weight: bold;
	text-decoration:underline;
}

h3
{
	font-size: .8em;
	color: #333;
	font-weight: normal;
	text-align: center;
}

p
{
	font-weight: normal;
}

blockquote 
{
	font-size: 1.1em;
	font-variant: small-caps;	
}

end
{
	font-size: .8em;
	font-variant: small-caps;	
}

ul.chapters
{
  list-style-type: none;
  padding: 10;
}

ol, li
{
  text-align: left;
}

table
{
	text-align: center;
	font-size: .8em;
	color:#c00!important;
}

button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 14px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 400px;
  cursor: pointer;
  margin: auto;
}
button.todo {
  background-color: red;
}


/* The Modal (background) */
.modal01,
.modal02,
.modal03,
.modal04,
.modal05,
.modal06,
.modal07,
.modal08,
.modal09,
.modal10,
.modal11,
.modal12,
.modal13,
.modal14,
.modal15,
.modal16,
.modal17
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  padding-top: 10px;
  border: 1px solid #888;
  width: 950px;
  height: 930px;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div.script
{
	font-family:courier, courier new, serif;
	font-size: 16px;
	text-align: left;
	padding-left: 50px
}

div.lang
{
	text-align: right;	
}