html,body {
  font-family: 'Verdana', sans-serif;
  padding: 0 2em;
  font-size: 18px;
  background: #FFFFFF;
  color: #000000;
  text-align:center;
}

h1 {
  font-size: 3em;
  font-weight: 200;
  margin: 0.5em 0 0.2em 0;
}

p {
  margin: 1.5em 0;
  color: #000000;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }


.lightbox {
	display: none;
	position: absolute ;
	z-index: 999;
	width: 850px;
	height: 600px;
	text-align: center;
	top: 900;
	left: 150;
}

.lightbox img {
	position: absolute ;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	top: 38;
	left: 26;
	border-right: 1px solid rgba(27,54,81,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,5.3);
}

.lightbox:target {
	outline: none;
	display: block;
}