body {
	background-color: #99cc66;
	color: #000000;
}

h1 {
	margin-left: 150px;
  margin-right: 50%;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 100%;
	border-style: solid;
  border-width: 0px;
  border-bottom-width: 3px;
  border-color: #000000;
}

p {
	margin-left: 150px;
}

p.menu {
	margin-left: 10px;
	margin-right: 140px;
	position: absolute;
  top: 5px;
}

img.menu {
	 vspace: 2px;
   border: 0px;
}

table{
	margin-left: 150px;
	border-style: none;
  font-weight: bold;
  font-variant: small-caps;
}

tr{
	height: 250px;
}

td{
	text-align: center; 
}

tr.header{
	height: 50px;
}

td.header{
	width: 350px;
}

ol {
	margin-left: 150px;
}
