html {
 /*margin-bottom:10px;*/
/* padding-bottom:10px;*/
}

body {
 margin:0px;
 padding:0px;
 font-size:12px;
 font-family:Verdana, sans-serif;
 text-align:left;
}

#title {
 color:#000;
 padding:0px;
 height:4.5em;
 margin:10px 10px 0px 10px;
}

div.header {
 /*background:url(maplebox_logo2-3.png) no-repeat left;*/
 font-weight:bold;
 color:#000;
 border-top:1px solid #fff;
 border-bottom:2px solid #da5;
 height:4.5em;
}

div.content {
 margin-left:10px;
 margin-right:10px;
/*
 margin-top:10px;
*/
 padding:10px;
/*
 border:1px solid #ccc;
*/
}

p { margin-top:0px; }

p.note {
  margin:5px 0px;
  padding:5px;
  border:2px #7c7 solid;
  background:#cfc;
}

p.warn {
  margin:5px 0px;
  padding:5px;
  border:2px #c77 solid;
  background:#fcc;
}

a:link, a:visited, a:hover, a:active, a:focus
{
 font-family:Verdana, sans-serif;
 text-decoration:underline;
}
a:link { color:#000; }
a:visited { color:#007; }
a:hover, a:active, a:focus { color:#f00; }

img {
 border:0;
}

/*overlay images using CSS only*/
.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0,0,0,0.9);
  opacity: 1;
  transition: opacity .3s;
  visibility: hidden;
}

.overlay img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  transform: scale(0.95);
  transition: transform .3s;
}

.overlay:target {
  visibility: visible;
  outline: none;
  cursor: default;
}

.overlay:target img {
    transform: scale(1);
}

.overlay img:hover {
  cursor:zoom-out;
}

span.date {
  color:#ccc;
  font-size:small;
  float:right;
  font-weight:normal;
}

span.quote {
  display:block;
  border:2px solid #0cf;
  border-left:7px solid #0cf;
  padding:10px;
  margin:10px 25px;
  font-style:italic;
}
