BODY {
  color: bisque;
  background-color: #396d99;
  font-family: Arial, Helvetica, sans-serif;
}

A {
  color: #00FF00;
  text-decoration: none;
}

A.ChapterItem {
  text-align: justify;
  color: aqua;
  text-decoration: none;
  }

A.MenuHeader {
  background-color: #3399cc;
  text-align: center;
  color: #000099;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  display: block;
}

A.ListHeader {
  text-align: center;
  color: #000099;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  display: block;
  background: transparent;
}

A.ListSubHeader {
  text-align: center;
  color: #0000F0;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  display: block;
  background: transparent;
  font-style: italic;
}

A.TopLink {
  text-align: right;
  color: silver;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  display: block;
  background: transparent;
}

H1 {
  color: red;
}

SPAN.Warning {
  text-align: center;
  color: #000099;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  display: block;
}

P.SubScript {
  text-align: justify;
  font-style: italic;
  font-weight: bold;
  font-size: x-small;
}

P.Author {
	text-align: right;
    font-style: italic;
	font-size: -1px;
}

LI.MenuItem {
	text-align: left;
	font-size: small;
}

BLOCKQUOTE.DownDesc {
  text-align: left;
  color: #00FFFF;
}

DIV.Footer {
  color: cyan;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  font-size: smaller;
}

DIV.MainMenuItem {
  text-align: center;
  font-family: Courier New, Courier, mono;
  font-weight: bold;
  font-size: larger;
  color: magenta;
}

A.MainMenuItem {
  text-align: center;
  font-family: Courier New, Courier, mono;
  font-weight: bold;
  font-size: larger;
  color: cyan;
  display: block;
}

DIV.HeaderTitle {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: x-large;
  color: blue;
  text-shadow: maroon 2px 2px 3px;
  display: block;
}

TR.DownPage {
  background-color: #142583;
}

TD.DownTitle {
  background-color: #3399cc;
  text-align: center;
  vertical-align: middle;
  color: blue;
  font-style: italic;
  font-weight: bold;
}

TD.LibMenu {
  background-color: #3399cc;
  text-align: justify;
  vertical-align: top;
  color: #000099;
  font-weight: bolder;
}

TD.BooksList {
  text-align: justify;
  vertical-align: middle;
  color: #000099;
  font-weight: bold;
}

TD.DownLink {
  text-align: center;
  vertical-align: middle;
  color: green;
}

TD.DownAuthor {
  text-align: right;
  vertical-align: middle;
  color: #99CCFF;
  font-style: italic;
}
