.site { 
  text-align: center;
  vertical-align: top;
}

.site-header-title {
  font-size: 40px; 
  color: #FFFFFF;
}
.site-header-thumb { 
  width: 40%;
  height: 20px;
  background-color: #CA8415; 
}

.site-thumb { 
  text-decoration: none; 
}
a.site-thumb:hover { 
  text-decoration: none; 
  background-color: #FFFFFF; 
}

.site-menu { 
  width: 190px;
  text-align: left;
  vertical-align: top;
  background-color: #F1C37A; 
  marging: 0;
  padding: 0;
}
a.site-menu-entry { 
  font-weight: bold; 
  text-decoration: none; 
  color: #000000;
}
a.site-menu-entry:hover {
  text-weight: none; 
  text-decoration: yellow; 
  color: yellow;
}

.site-footer-copyright { 
  vertical-align: top;
  text-align: center;
  background-color: #EEB248; 
}

.site-content {
  text-align: justify;
  vertical-align: top;
}

chapter.text {
  text-align: justify;
  text-indent: 0.5cm;
  color: #000000;
  font-family: Verdana;
  font-size: 80%;
}
picture.legend { 
  font-style: italic;
  color: #000000;
  font-family: Verdana;
  font-size: 60%;
}
