body {
	background: #111;
}

a {
	color: #42bff4
}

#projectDiv {
	display: inline-block;
	width: 98%;
	height: auto;
	margin-left: 1%;
	background: #222;
}

#titleDiv {
	background: #555;
	width: 98%;
	margin-left: 1%;
	padding-top: 20px;
	margin-top: 7px; 
	margin-bottom: 10px;
}

#title {
	text-align: center;
	margin: 0;
	padding: 0;
}

#subtitle {
	text-align: center;
	margin: 0;
	padding: 0;
}

#headerSelection {
	background: #000;
	width: 98%;
	margin-left: 1%;
	margin-top: 0;
}

.headerSelectionItem {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background: #888;
	color: #000;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

#selfLink {
	background: #666; 
}


.tutorialDiv {
	display: inline-block;
	background: #111;
	margin: 1%;
	width: 98%;
	height: auto;
	padding-bottom: 10px;
}

.tutorialTitle {
	color: #42bff4;
	text-align: center;
	margin-top: 10px;
}

.tutorialText {
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

.twoPart {
	display: inline-block;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	background: #222;
	margin-top: 20px;
}

.onePart {
	margin: auto;
	margin-top: 20px;
	width: 98%;
	margin-left: 1%; 
	float: left;
	background: #222;
	display: inline-block;
}

.tab {
	margin-left: 2.5em;
}