body {
	background-image:	url(/style/skytile.gif);
#	background-image: linear-gradient(70deg, orange, purple);
	color:		black;
	font:		1.2em "Georgia";
	margin:		25px;
	font-size:	20px;
	max-width:	80ch;
	margin:		auto;
}
h1,h2,h3 {
	text-align:	center;
}
nav,.nav {	text-align:	center;	}
video,object {
	display:	block;
	margin:		auto;
}

p {
	overflow:	clip; /* Must not be set to hidden or missing text occurs */
#	max-width:	80ch;
	text-align:	left;
}

a {
	color:		navy;
}

th {
	text-align:	left;
}

td {
	border-bottom:	3px solid beige;
	border-left:	3px solid beige;
	height:		40px;
}

img {
	float:		right;
}
