*{
	font-family: Georgia, serif;	
}

button{
	border:none;
	background: #8172b5;
}
.backbut button, .save button{
	background: #8172b5;
	color: white;
	border-radius: 4px;
}
.backbut button:hover, .save button:hover {
	background: #423b6e;
	
}
.webpage{
	max-width: 970px;
	margin: 0 auto;
}
.topnav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px;
	border-bottom: dotted 1px;	
}
.topnav button{
	padding: 2px 2px;
	font-size: 14px;
	margin: 2px;
	width: 70px;
	color: white;
}
.backbut{
	width: 80px;
	text-align: center;	
}
.pagetitle{
	width: 160px;
	text-align: center;
}
.submenu{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2px;
}
.submenu div{
	background: #8172b5;
	padding: 4px 8px;
	border-radius: 4px;
	color: white;
	width: 100px;
	text-align: center;
	margin: 4px 10px;
}
.pageicon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 6px;
}
.pageicon img{
	width: 100%;
}
.boxcont{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box{
	width: 300px;
	margin: 2px;
	border-radius: 10px;
	
}
.boxtitle{
	width: 100%;
	text-align: center;
	padding: 4px;
	font-size: 18px;
	border-bottom: solid 2px #8172b5;
	width: 80%;
	margin: 0 auto;
}