html{
	background-color: #003366;
	background-image: url(images/backgroundTexture6.png);
	background-position: left top;
	font-size: 0.875rem;
	 background-attachment: fixed;
}

body{
	text-align: center;
	max-width:900px;
	min-height: 1900px;
 	margin:20px auto 80px;
 	background-color: #87a3b2;
 	/*background-image: url(images/space-sky2.jpg);*/
 	background-image: url(images/space-sky.png);
 	background-position: center top;
 	background-repeat: no-repeat;
 	border: solid 6px #87a3b2;
 	border-radius: 6px;
 	box-shadow: 0px 8px 16px rgba(0,0,0,1);
 	}
.Date { 
	font: italic small sans-serif;
	color:#ccf5ff;
	}
	
header{
	text-align: center;
	margin: 2.3em auto;
	}
h1{
	font: bold 3.5em Calibri, sans-serif;
	color: #6699cc;
	margin: 0;
	text-shadow: 2px 2px 2px black, 0 0 25px #6dcce0, 0 0 5px darkblue;
}
h2{
	font: bold  2.5em Calibri, sans-serif;
	color: #ff884d;
	text-shadow:1px 1px 2px black; 
}
.chapters{
	margin: 1px 10px; 
}
ul{
	list-style-type: none;
	}
li{
	margin:2.5em;
	}
a{
	margin:0.5em;
	padding: .4em .8em;
	background-color:#ccffe6;
	border-style: outset;
	text-decoration: none;
	border-radius: 7px;
	font: bold  1em Calibri, sans-serif;
}
a:hover{
	box-shadow:  1px 1px 2px black, 0 0 25px #6dcce0, 0 0 5px darkblue;
}
a:active{
	border-style: inset;
}
a:visited{
	color:purple;
	border-color: gray;

}
.cat{
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
aside{
	margin: 4em 5em .5em;
	padding: 2em;
	max-width: 286px;
	float:right;
}
aside img {
	border:solid 3px #ccf5ff;
	border-radius: 6px ;
	width: 300px;
}
aside p{
	width: 300px;
	text-align: left;
	/*color:#6dcce0;*/
	color:#fff;
	text-shadow: 2px 2px 1px black;
	font-size: 1.3em;
	font-family: "calibri",sans-serif;
}
nav ul{
	padding: 0;
}

.chapterList{
	margin: 4em;
	/*border: solid 5px green;*/
	padding: 0.5em ; 
	width: 17em;
	float: left;
	text-align: center;		
}
.chapterList h2{
	margin-top: 0.3em;
}
.projectList{
	clear: both;
}
.projectList li{
	margin:15px 1px 80px;
}
.projectList h2{
	margin:1px ;

}
.projectList li {
	 display: inline-block;
}
footer {
	vertical-align:bottom;
}