/* Default CSS Stylesheet */

body {
  margin: 2em 1em 2em 120px;
  text-align: left;
  font-family: sans-serif;
  font-size: medium; 
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #5A04A0;
}

h2 {
  text-align: center;
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #5A04A0;
}

h3 {
  text-align: left;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #5A04A0;
}

h4 {
  text-align: left;
  font-family: sans-serif;
  font-size: normal;
  font-weight: bold;
  font-variant: normal;
  font-style: italic;
  color: #5A04A0;
}

pre { 
  margin-left: 2em;
  font-family: monospace; 
}

ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

strong {
  font-weight: bold;
}

.header {
  text-align: right;
}

.w3c-footer { 
  float: right;
  color: white;
  border: none;
}

.tracker-footer { 
  float: left;
  color: white;
  border: none;
}

.footnote {
  font-size: small;
  vertical-align: super;
}

.download-file {
  vertical-align: top;
}

.download-date {
  vertical-align: top;
  font-style: italic;
}

.download-comm {
  vertical-align: top;
}

.satellite {
  font-style: italic;
}





