body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 600;
  background: #3299CC;
  color: black;
  font-family: times, serif;
  font-style: normal;
  overflow: auto;
}

#locations {
  position: absolute;
  z-index: 10;
  float: none;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  text-align: center;
}

.labelUSeast, .labelUSwest, .labelAUSsoutheast, .labelAUSnortheast, .labelAUSwest, .labelCanada {
  position: absolute;
  visibility: hidden;
  font-family: arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: purple;
}

.labelUSeast {
  top: 115;
  left: 320;
}

.labelUSwest {
  top: 250;
  left: 20;
}

.labelAUSsoutheast {
  top: 340;
  left: 495;
}

.labelAUSnortheast {
  top: 190;
  left: 480;
}

.labelAUSwest {
  top: 310;
  left: 210;
}

.labelCanada{
  top: 80;
  left: 120;
}

#text {
  z-index: 0;
  margin-top: 290;
}

#title {
  text-align: left;
  font-size: 24px;
  padding-left: 10;
  padding-bottom: 10
}

#introduction1, #introduction2, #footnote {
  padding-left: 10;
  text-align: justify;
  font-size: 15px;
}

#introduction1 {
  width: 400;
  padding-bottom: 10;
}

#introduction2 {
  width: 400;
  padding-bottom: 50;
}

#footnote {
  width: 580;
  padding-top: 10;
  padding-bottom: 20;
}

.picture {
  padding-left: 5;
  padding-right: 10;
  padding-top: 5;
  padding-bottom: 5;
}

td, th {
  font-family: times, serif;
  font-style: normal;
}

td {
  color: black;
  text-align: left;
  font-size: 14px;
  padding-right: 7;
  padding-top: 0;
  padding-bottom: 0;
}

th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #23238E;
}

