blockquote {
font-style: italic;
margin-left: auto;
margin-right: auto;
width: 90%;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em 'Lucida Console', 'courier new', monospace;
  white-space: pre;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #418AB5;
}

text {
  margin-top: 3em;
  padding: 10px;
  text-align: justify;
  display: block;
  overflow: auto;  
  font: 500 1em 'Lucida Console', 'courier new', monospace;
  background: #EAEAEA;
  border: 1px solid #EAEAEA;  
}

div.page {
border: thin solid rgb(200,200,200);
padding: 1em;
background-color: #EEEEFF;
min-height: 24em;
text-align: justify;
}

div.author {
margin-top: 3em;
margin-bottom: 3em;
font-size: large;
text-align: center;
}

div.info {
margin-top: 1em;
padding-top: 1em;
#border-top: thin dashed rgb(200,200,200);
font-style: italic;
font-size: 0.8em;
text-align: center;
}

h1, h2 {
text-align: center;
color: navy;
}

h3,h4,h5,h6 {
text-align: left;
color: navy;
}

a {
color: navy;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}


body {
#font-family: fantasy;
text-align: justify;
#margin-top: 3em;
margin-left: auto;
margin-right: auto;
width: 90%;
background-color: #FFFFFF;
line-height: 1.5;
}

div.image {
text-align: center;
margin-top: 3em;
margin-bottom: 3em;
}


