/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  background-image: url(Parchment.gif);
  background-color: #FFCC99;
  color: Black;
}

.F1 {
  font-size: 125%;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.F2 {
  font-size: 200%;
  font-weight: bold;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.F3 {
  font-size: 110%;
  color: Blue;
}

.F4 {
  font-size: 110%;
}

.Bold {
  font-weight: bold;
}

.Red {
  color: Red;
}

.uline {
  text-decoration: underline;
}

P {
  text-indent: 3em;
  line-height: 125%;
}

P.Block {
  text-indent: 0em;
}

.Large {
  font-size: 150%;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: Blue;
}

P.Block2 {
  text-indent: 10%;
  line-height: 30%;
}

P.Block3 {
  margin-left: 10%;
}

P.Block4 {
  margin-left: 10%;
  margin-right: 10%;
}
P.Center {
  text-align: center;
}

.Block_F1 {
  font-size: 125%;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-indent: 0em;
}

.Block_F4 {
  font-size: 110%;
  text-indent: 0em;
}

.Screen {
  font-size: 100%;
  color: Navy;
  font-family: Arial, Helvetica, sans-serif;
}

A.Storylist, A.Storylist2 {
  text-decoration: none;
}

P.Storylist {
  text-decoration: none;
  text-align: center;
  text-indent: 0%;
}

P.Storylist2 {
  text-decoration: none;
  text-align: center;
  line-height: 90%;
  text-indent: 0%;
}

div.F1 {
  font-size: 125%;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

div.F4 {
  font-size: 110%;
  text-align: center;
}

div.col0 {
  text-align: left;
  width: 100%;
}

div.col1 {
  text-align: left;
  width: 44%;
  float: left;
  margin-left: 3%;
  margin-right: 3%;
}

div.col2 {
  text-align: left;
  width: 29%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

div.col3 {
  text-align: left;
  width: 150px;
  float: left;
}

div.col4 {
  text-align: left;
  width: 30%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

div.title {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

P.Chap {
  font-size: 150%;
  color: Blue;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-indent: 0em;
}

hr {
  color: Red;
  width: 80%;
  height: auto;
}

img.ASSTR {
  margin-left: 10px;
  float: right;
  border: 0px
}

table.author {
  background-color: #FF8040;
  max-width: 60%;
  text-align: center;
  border: 2px outset;
  float: none;
  margin-left: auto;
  margin-right: auto;
  border-bottom-color: OrangeRed;
  border-left-color: LightGoldenrodYellow;
  border-right-color: OrangeRed;
  border-top-color: LightGoldenrodYellow;
}

td.author{
  background-color: inherit;
  width: 30%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  display: table-cell;
  border: 2px inset;
  font-size: 110%;
  border-bottom-color: LightGoldenrodYellow;
  border-left-color: OrangeRed;
  border-right-color: LightGoldenrodYellow;
  border-top-color: OrangeRed;
}

td.author2{
  background-color: inherit;
  width: 25%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  display: table-cell;
  border: 2px inset;
  font-size: 110%;
  border-bottom-color: LightGoldenrodYellow;
  border-left-color: OrangeRed;
  border-right-color: LightGoldenrodYellow;
  border-top-color: OrangeRed;
}

th.author{
  background-color: inherit;
  width: 30%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: inherit;
  display: table-cell;
  border: 2px inset;
  font-size: 150%;
  border-bottom-color: LightGoldenrodYellow;
  border-left-color: Gray;
  border-right-color: LightGoldenrodYellow;
  border-top-color: Gray;
  color: Black;
}

div.table{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.author:link{
  color: Black;
  text-decoration: none;
}

a.author:hover{
  color: White;
  text-decoration: none;
}

a.author:visited{
  color: #40FFE0;
  text-decoration: none;
}

table.nav{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

td.nav{
  width: 44%;
}

table.col2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  vertical-align: top;
  text-align: left;
  table-layout: fixed;
}

td.col2{
    padding: 10px
}

table.link{
  width: 100%;
}

td.link{
  text-align: right;
  width: 33%
}
td.link2{
    text-align: center;
    width: 33%
}

th{
  font-family: Arial, Helvetica, sans-serif;
  color: Blue;
  text-decoration: none;
  font-style: normal;
  font: 125%;
}