BODY {
  background-color: #000000;
  color: #222222;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 120%;
  margin: 0;
  padding: 0;
}

TD, 
P { font-size: 1em; }
IMG { display: inline; }

code {
  background-color: #000022;
  border-color: #B4B708;
  border-width: 0px;
}

a:link {
  color:#004444;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color:#CC4400;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color:#44FF44;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  font-weight:bold;
  text-decoration: underline;
}

.spacer {
  display: block;
  margin: 0 0 0 0;
  width: 10%;
  max-width: 126px;
  float: left;
  font-size: 100%;
  height: 1px;
}

.spacer2 {
  display: block;
  width: 10%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: 126px;
  font-size: 100%;
  background-color: #000000;
  height: 201px;
  float: left;
}

.content {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  display: inline-block;
  height: auto;
  width: 80%;
  max-width: 60em;
  background-color: #000000;
  margin: 100px 0 0 0;
  color: #ffffff;
  padding: 3ex 0 2ex 0;
  border-style: none;
  border-width: 0;
  border-color: #222288;
  overflow: hidden;
  line-height: 1.5;
}

.content-image {
  font-size: 80%;
  font-style: italic;
}

.content-title {
  display: inline;
  height: auto;
  font-size: 1.5em;
  font-weight: bold;
}

.content-body {
  display: block;
  float: none;
}

.content-body-header {
  display: block;
  float: none;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 1.5em 0;
  text-align: left;
  padding: 1ex 0.3em 0 0.3em;
}

.content-flash {
  display: block;
  color: red;
  float: none;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 1.5em 0;
  text-align: left;
  padding: 1ex 0.3em 1ex 0.3em;
}

.content-body-left {
  display: block;
  float: left;
  padding: 1ex 0.8em 0 0.3em;
  margin: 0 0 0 0;
  width: 100%;
  min-width: 15em;
  text-align: left;
  font-size: 100%;
}

.content-body-right {
  display: block;
  float: left;
  padding: 1ex 0.8em 0 0.3em;
  margin: 0 0 0 0;
  width: 90%;
  min-width: 15em;
  text-align: left;
  font-size: 100%;
}

.content a:link {
  color:#00ffff;
  text-decoration: none;
}

.content a:visited {
  color:#00ff00;
  text-decoration: none;
}

.content a:active {
  color:#ff00ff;
}

.content a:hover {
  color:#ffff00;
}

.footer {
  width: 100%;
}

.footer-content {
  display: block;
  height: auto;
  max-width: 60em;
  background-color: #000000;
  margin: 1ex 0 2ex 2em;
  color: #ffffff;
  padding: 2ex 0.3em 2ex 0.3em;
  border-style: none;
  border-width: 0 0 0 0;
  border-color: black;
  overflow: hidden;
  font-size: 80%;
  font-style: italic;
}

.footer a:link {
  color:#004444;
  text-decoration: none;
}

.footer a:visited {
  color:#004400;
  text-decoration: none;
}

.footer a:active {
  color:#440044;
}

.footer a:hover {
  color:#500050;
}

