BODY {
  background-color: #ffffff;
  font-size: 1em;
  color: #222222;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

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

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;
}

.content {
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  display: block;
  float: left;
  height: auto;
  width: 85%;
  max-width: 60em;
  background-color: #FFFFFF;
  margin: 6ex 0 0 2em;
  color: #222222;
  padding: 2ex 1em 2ex 1em;
  border-style: none;
  border-width: 3px;
  border-color: #222288;
  overflow: hidden;
  line-height: 1.5;
}

.content-image {
  font-size: 0.8em;
  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: 1.2em;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 1.5em 0;
  text-align: left;
  padding: 1ex 0.3em 0 0.3em;
}

.content-share {
  display: inline;
  float: right;
  font-size: 1em;
}

.content-flash {
  display: block;
  color: red;
  float: none
  font-size: 1.2em;
  font-weight: bold;
  tect-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: 90%;
  min-width: 15em;
  text-align: left;
}

.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;
}

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

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

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

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

.footer {
  display: block;
  float: left;
  height: auto;
  width: 85%;
  max-width: 60em;
  background-color: #FFFF;
  margin: 1ex 0 2ex 2em;
  color: #222222;
  padding: 2ex 1em 2ex 1em;
  border-style: none;
  border-width: 3px 0 0 0;
  border-color: #222288;
  overflow: hidden;
}

.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;
}

