h1 {
	font-size: largest;
	background-color: teal;
	border-color: white;
	border-style: double;
	border-width: medium;
	color: white;
	font-family: Baskerville;
	margin: 6px;
	padding: 5px;
}

h2 {
	text-align: center;
}

h3 {
	background-color: aqua;
	border-color: maroon;
	border-style: wide;
	color: black;
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
}

.stretch {
	background-color: teal;
	border-color: black;
	border-style: groove;
	color: black;
	font-family: fantasy;
	text-align: center;
	text-transform: uppercase;
}

body {
	border-left-color: teal;
	border-left-style: dashed;
	border-left-width: 20px;
	border-top-color: aqua;
	border-top-width: 20px;
	display: inline-table;
}

.menu {
	background-color: lightyellow;
	border-width: thin;
	color: black;
	margin-top: 0px;
	padding-top: 8px;
	text-align: left;
	top: 5px;
}

.area {
	margin-left: 105px;
	top: 2px;
	vertical-align: top;
}