html, body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FFFFFF;
  background-image: url(ssbkgd-200x126.jpg);
  background-repeat: no-repeat;
}
body, p, td, th, div, blockquote, dl, ul, ol {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.75;
  text-indent: 3em;
  color: #000000;
  letter-spacing: .03em;
  word-spacing: .2em;
}

ul, ol {
  list-style-position: outside;
  text-indent: 0em;
}
li {
  margin-bottom: 2em;
}

.book { text-decoration: underline; }
.article { font-style: italic; }
.quotesource { font-size: smaller; font-style: italic; }
.rgt { text-align: right; line-height: 1.2; }
.ctrtitle { 
  text-align: center;
  text-indent: 0em; 
  font-weight: bold; 
  font-size: larger; 
  margin-top: 3em;
  margin-bottom: 3em; 
}



a { color: #25446b; }
a:visited { color: #975b91; }
a:hover {color: #122338; }


#content {
  padding-left: 12em;
  margin-right: 12em;
  margin-top: 2em;
  margin-bottom: 4em;
}
#divider {
  margin-left: 18em;
  margin-right: 2em;
  margin-top: 4em;
  margin-bottom: 2em;
  color: #25446b;
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

#footer {
  color:#000000;
  font-size: 45%;
/*  color:#37018b;  */
  margin-left: 12em;
  margin-right: 12em;
  margin-top: 5em;
  margin-bottom: 2em;
  border-top-style: solid;
  border-top-width: 2px;
  text-indent: 0em;
}

