body {
	background : #596C86 ;
}

#header {
	background : black ;
	color : white ;
	margin : 10% 30% 2% 30% ;
	padding : 5% ;
	border-style : solid ;
	border-width : 30px 0px 0px 0px ;
	border-color : #E2D9CA ;
	border-radius : 10px ;
	text-align : justify ;
}

ul {
	padding : 0 ;
	margin : 0 ;
}

li {
	display : inline ;
}

a:link {
	color : white ;
	text-decoration : none ;
}

a:visited {
	color : white ;
	text-decoration : none ;
}

a:hover {
	color : white ;
	font-style : italic ;
}

a:active {
	color : white ;
	text-decoration : none ;
}

#body {
	background : black ;
	color : white ;
	margin : 0% 30% ;
	padding : 1% 5% ;
	border-style : solid ;
	border-width : 30px 0px 0px 0px ;
	border-color : #E2D9CA ;
	border-radius : 10px ;
	text-align : justify ;
}

#Childheader {
	background : black ;
	color : white ;
	margin : 2% 30% 2% 30% ;
	padding : 1% ;
	border-style : solid ;
	border-width : 30px 0px 0px 0px ;
	border-color : #E2D9CA ;
	border-radius : 10px ;
	text-align : justify ;
}

#back {
	float : left ;
}

#title {
	text-align : center ;
}

#Childbody {
	background : black ;
	color : white ;
	margin : 2% 30% ;
	padding : 1% 5% ;
	border-style : solid ;
	border-width : 30px 0px 0px 0px ;
	border-color : #E2D9CA ;
	border-radius : 10px ;
	text-align : justify ;
	overflow-y : scroll ;
	max-height : 450px ;
}

img {
	width : 100px ;
	height : 100px ;
	object-fit : contain ;
	display : block ;
	margin : auto ;
}