body {

	font-size: 14pt;
	font-family: curlz mt, serif;
	color: white;
	background-color: teal;

}

h1, h2 {

	font-style: oblique;
	color: yellow;
	display: block;
	background-color: silver;
	padding: 0.5em;

}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
	font-style: oblique;
	color: yellow;
}

table {
	border: medium dashed aqua;
	padding: 0.75em;
	text-align: center;
}

thead {
	font-size: 18pt;
	font-style: oblique;
	color: yellow;
}

tbody {
	font-size: 14pt;
	font-style: normal;
}

p {
	display: block;
	background-color: tan;
	padding: 0.5em;
}

ul {
	background-color: tan;
}

:first-child:first-line {
	text-transform: uppercase;
}

#menu {
  position: absolute;
  left: 200px;
  top:  170px;
}

#about {

  position: absolute;
  left: 20px;
  top:  500px;

}

#quotes {

  position: absolute;
  left: 20px;
  top:  670px;

}

#footer {

	font-size: 12pt;
	position: absolute;
	left: 20px;
	top:  860px;

}
