body {
  margin-left: auto;
  margin-right: auto;
  width:52vw;
	outline-style: solid;
	outline-color: white;
	background-color: lightgrey;
	font-family: Comic Sans MS;
}
@media (max-width: 800px) {
  body {
    margin: 0;
    width: auto;
  }
}
#bodyParent {
  background-color:white;
}
#bodyContent {
  padding: 16px;
  padding-top: 10px;
}
#bodyContent span {
  padding-left: 8px;
}
br {
  margin-bottom: 8px;
}
#linkTree {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	background-color:rgb(240,240,255);
	color: rgb(100,128,255);
	gap: 4px;
}
#header {
  background-color: rgba(200,200,255,0.5);
  color: rgb(100,128,255);
  padding: 4px;
  margin-bottom: 4px;
  font-weight: bold;
}
#header span {
  font-size: 36pt;
}
#footer {
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer a {
  padding: 8px;
}
#ashton {
  image-rendering: optimizeSpeed;
  background-image: url('/man-zone/media/images/ashton.gif');
  width: 64px;
  height: 64px;
}
#ashton:hover {
  image-rendering: optimizeSpeed;
  background-image: url('/man-zone/media/images/ashtonAAH.png');
}