@charset "utf-8";
/* CSS Document */

body {
    height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #2d2d41;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;

}

img.gallery{
  border: 5px ;
}
h1.content{
	font-size: 24px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
span.subtitle{
	font-size: 12px;
}
a{
color:aqua;
}
div.title{
	position:absolute;
	top:2%;
	height:8%;
	left:5%;
	width:90%;
	font-size: 24px;

}

div.content{
	position:absolute;
	top: 20%;
	height: 70%;
	left: 5%;
	width: 90%;
	overflow:visible;
}
div.toc{
	position:absolute;
	top: 10%;
	height: 10%;
	left: 5%;
	width: 90%;
	font-size: 14px;
	color: #fff;
	list-style-position: inside;
	padding: 0;
	padding-left: 0;
	margin: 0;
	z-index: 1;
}
td.tocitem{
	padding:20px;
	cursor: pointer;
	background-color:inherit
}



