body {
	background-color:		rgb(204, 102, 204);
}

h1 {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				260%;
}

#outer-container {
	border:					16px solid black;
	margin:					2px;
	padding:				2px;
	background-color:		rgb(51, 0, 51);
}

#container {
	border-left:			16px solid black;
	border-right:			16px solid black;
	border-top:				1px solid black;
	border-bottom:			2px solid black;
	margin-top:				-2px;
	margin-bottom:			2px;
	margin-right:			2px;
	margin-left:			2px;
	padding:				2px;
	background-color:		white;
}

#contact, #outer-container {
	margin-bottom:			-28px;
	
}

.title {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				200%;
}

.author {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				120%;
}

.heading {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				200%;
}

.thesis-text {
	background-color: 		rgb(255, 255, 255);
	text-align: 			justify;
	color: 					rgb(51, 0, 51);
	margin-left:			30px;
	margin-right:			30px;
}

h2 {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				190%;
	border-top:				16px solid black;
	border-bottom:			16px solid black;
	margin-left:			-2px;
	margin-right:			-2px;
}

h4 {
	text-align: 			center;
	color:					black
	font-family:			Century Schoolbook, serif;
	font-size:				120%;
}

h3 {
	text-align: 			center;
	color:					rgb(204, 102, 204);
	background-color:		rgb(51, 0, 51);
	font-family:			Century Schoolbook, serif;
	font-size:				120%;
}

a {
	text-decoration:		none;
	color: 					#0000ff;
}

a:hover {
	color: 					lime;
	background-color: 		black;
}

