* {
  margin: 0;
  padding: 0;
  background-color: black;
}

.center {
  text-align: center;
}

.quoted_text {
  color: white;
  font-style: oblique;
  font-size: 12pt;
}

.paragraph {
  color: white;
  font-size: 12pt;
  margin-bottom: 12pt;
}

.paragraph_lm {
  color: white;
  font-size: 12pt;
  margin-bottom: 24pt;
}

.text {
  color: white;
  font-size: 12pt;
}

.heading {
  color: white;
  font-size: 16pt;
  margin-bottom: 16pt;
  margin-top: 5px;
  text-align: center;
}

.subheading {
  color: white;
  font-size: 14pt;
  margin-top: 5pt;
  margin-bottom: 14pt;
}

.subheading_gallery {
  color: white;
  font-size: 14pt;
  margin-top: 38pt;
  margin-bottom: 14pt;
}

.internal_error {
  color: red;
  font-weight: bold;
}

.std_table {
  color: white;
  font-size: 14px;
  margin-top: 5pt;
  margin-bottom: 14pt;
}

.tt {
  font-family: monospace;
}

img.oldcam_image {
  width: 300px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

img.oldcam_image_gal {
  width: 800px;
  margin-left: 16px;
  margin-right: 16px;
}

td {
    padding: 6px;
}

td.caption {
  font-weight: bold;
  padding-left: 10px;
}

a {
  color: #3f78d3;
  font-size: 12pt;
}

a:visited {
  color: #3f78d3;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
  margin-left: 12pt;
}

emph {
	font-style: italic;
}

/* Unique objects */
#container {
  margin: 0 auto;
  padding: 0px;
  width: 1000px;
}

#main_block {
  clear: both;
}

#top_logo {
  float: right;
  margin-top: 32px;
  margin-bottom: 40px;
  width: 30%;
}

#xq2018_spacer {
  height: 3000px;
}

#xq2018_map {
  width: 700px;
}
