body {
	background-color: blue;
	font-weight: 600;
	text-align: center;
}

#inmates {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: 600;
	max-width: 800px;
	min-width: 800px;
	width: 800px;
}

#inmates p {
	background-color: #80ffff;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

#masterhead {
	color: yellow;
	font-size: 25px;
	font-weight: bold;
	max-width: 800px;
	min-width: 800px;
	text-align: center;
	width: 800px;
}