/* a          { text-decoration: none      }
a:hover    { text-decoration: underline }
a:active   { text-decoration: underline }
strike     { color: grey                }
u          { text-decoration: none;
       background-color: yellow   }
pre        { color: #2e3436;
       margin-left: 20px          }
h1         { text-decoration: underline;
       color: #4e9a06; margin-bottom: 0 }
h2         { color: #4e9a06; margin-bottom: 0 }
h3         { color: #4e9a06; margin-bottom: 0 }
h4         { color: #4e9a06; margin-bottom: 0 }
h5         { color: #4e9a06; margin-bottom: 0 }
p          { margin-top: 0              } */


h1  {
  text-align: center;
}

/* ----------- Menu ----------- */
.menu {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 30px;
  padding:10px;
  background-color: white;
  }

.menu ul  {padding-left: 0px;
margin:0px;}

.menu li  {display: inline;}
.menu li:after  {content: " | ";}
.menu li:last-child:after {content: "";}

/* ----------- Images ----------- */
img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto; }

figcaption {
	font-size: 79%;
	margin-bottom: 17px; }


span.zim-tag {
  color: #ce5c00;
}

div.zim-object {
  border-style:solid;
  border-width:1px;
}

span.insen { color: grey}

hr{clear:both;}