body {
  background:#fdf7d3;
  color:#181e27;
}

a {
  text-decoration:underline;
}

table {
  position:relative;
/*  border:1px solid #181e27; */
  width:70%;
}

a:link {color:#000000;}
a:hover {color:red;}
a:visited {color:#000000;}

.right {
  alight:right;
}

.left-pane {
  position:absolute;
  width:15%;
}

.navigation {
  margins:1em;
  position:relative;
  padding:5px;
  border:1px solid #181e27;
  background:#d3dff4;
}  

.issuename{
  font-size:15;
  position:relative;
  margin-right:5em;
  text-align:right;
  font-weight: bold;
  before: "ISS";
}

.pagename {
  font-size:20;
  text-align:center;
  padding:8px;
  background:#d3dff4;
  border:1px solid #181e27;
}

.subtitle {
  font-size:15;
  text-align:center;
  font-weight:bold;
}

.author {
  font-size:15;
  text-align:center;
  margin-bottom: 1em;
  font-weight:bold;
}

.page {
  position:relative;
  border-top: none;
  margin-left: 20%;
  margin-right: 10%;
}

.heading {
  margins:1em;
  position:relative;
  padding:5px;
  border:1px solid #181e27;
  background:#d3dff4;
  width:70%;
}

.section {
  font-variant:small-caps;
  font-weight:bold;
  color:#6600CC;
}

.subsubsection {
  font-weight:bold;
}

.subsection {
  color:#6600CC;
}

.caption {
  font-style: italic;
  font-size: smaller;
}

.quote { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  border-left:1px solid;
  padding-left: 1em;
}

.verse { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  border-left:1px solid;
  padding-left: 1em;
  white-space: pre;
}

.note { 
  margin:1em;
  border:1px solid;
  padding: 1em;
}





