  BODY {
  	 background: white;
	 color: black;
    margin: 0em 0em 0em 0em;
	 font-family: tahoma, arial, sans serif;
    font-size: 16 px;
    text-align: center;
  }

  A:hover {
   text-decoration: none;
   color: black;
  }

  BLOCKQUOTE {
    margin: 1em 3em 1em 3em;
    text-indent: 3em;
    text-align: left;
  }

  STRONG {
    color: red;
    font-weight: 700;
    text-decoration: underline;
    font-size: 120%;
  }

  .topline {
      background-color: #ccddee;
      color: black;
      line-height: 220%;
      text-align: center;
  }

  .topline:link {
    color: blue;
    text-decoration: underline;
  }

  .topline:visited {
    color: blue;
    text-decoration: underline;
  }

  .topline:hover {
    color: black;
    text-decoration: none;
  }

  .topline STRONG {
    color: blue;
  }

  .storyheader {
    font-family: tahoma, arial;
    font-size: 17px;
    border-style: none;
    margin: 0;
    text-align: center;
    background: #ddeeff;
    width: 80%;
  }

  .storyheader TD {
    border: thin solid white;
    font-size: 16px;
    width: 50%;
  }

  .storyheader TH {
    border: thin solid white;
    background: #ccddee;
  }

  .storyheader EM {
    color: maroon;
    font-style: normal;
    font-size: 16px;
    font-weight: 100;
  }

  .descripcell {
    background: white;
    text-align: left;
  }

  .descripcell BR {
    line-height: 60%;
  }