body {
  width: 1080px;
  background-color: white;
}

h2, p, td, li {
  font-family: Arial, sans-serif;
}

td {
  font-size: 10pt;
}

table.navbar {
  width: 1080px;
  border: none;
}

table.navbar td {
  text-align: center;
  width: 120px;
  height: 75px;
  background-color: "#ffcc00";
  border-right: thin solid white;
  padding: 5px;
  margin: 0px;
}

table.navbar a {
  font-size: 12pt;
  font-weight: bold;
}

p, ul  {
  width: 500px;
  margin-left: 350px;
}

p.navbar {
  text-align: center;
  width: auto;
}


