body {
  font-family: "Arial", Helvetica, sans-serif;
}

a {
  color: #008000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #880000;
}

h1 {
  color: #008000;
}

h2 {
  color: #007000;
  font-style: italic;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

p {
  font-size: 13px;
  font-weight: bold;
}

p.footer {
 font-size: 14px;
}

.caption {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.legal {
  font-size: 10px;
  font-style: italic;
}

.picture-window {
  width: 350px;
  border: 3px #008800 inset;
}

.picture-gallery {
  width: 90px;
  border: 1px #000088 solid;
}

.inline-picture-window {
  width: 250px;
  border: 3px #008800 inset;
}

table.main-table {
  width: 760px;
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
}
