body {
  padding: 11em;
  background-image: url(jeansblk.jpg);
  color: silver;
}
h1 {
  color: #33ccff;
  text-align: center;
  font-family: Arial;
}
h3 {
  color: #33ccff;
  text-align: center;
  font-family: Arial;
}
h4 {
  color: #33ccff;
  text-align: center;
  font-family: Arial;
}
table {
  border: 10px ridge white;
}
ul.navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 6em;
  left: 1em;
  width: 9em;
}
ul.navbar li {
  border-right: 0.5em white;
  margin: 0.5em 0;
  padding: 0.3em;
  background: white none repeat scroll 0% 50%;
}
ul.navbar a {
  font-family: Arial;
  text-decoration: none;
}


