
body {
  background-image: url('/images/blue-bg-texture.jpg');
  margin: 0px; padding: 0px;
  font-family: Verdana;
}

div.header {
  background-image: url('/images/blue-bg-texture.jpg');
  margin: 0px;
}

div.primary-nav {
  background-image: url('/images/navigation-bar.jpg');
  height: 30px;
  margin: 0px;
  padding: 10px;
}

div.main-content {
  margin: 0px; padding: 10px;
  font-family: verdana;
  font-size: 11px;
  background-image: url('/images/creme-bg-texture.jpg');
}

div.main-text {
  width: 600px;
}

div.footer {
  background-image: url('/images/blue-bg-texture.jpg');
  margin: 0px;
  padding: 4px;
  font-size: 10px;
  font-family: Verdana;
  text-align: center;
  height: 20px;
  color: black;
  border-top: 1px solid black;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #336699;
  text-decoration: underline;
}
