
/* SurfManhattan.Net - Newsletter.css */

.odd {
    font-family: Georgia,Times,serif;
    font-size: 10pt;
    background-color:#EEEEEE;
  }


.even {
    font-family: Georgia,Times,serif;
    font-size: 10pt;
    background-color:#CCCCCC;
  }


.sm {
    font-family: Georgia,Times,serif;
    font-size: 10px;
    color:#000000;
    text-decoration:none;
    max-width: 320px;
    width: 320px;
  }


.highlight {
    color:#5E3989;
    font-size: 9px;
  }


.center {
    text-align:center;
  }


.left {
    text-align:left;
  }


.right {
    text-align:right;
  }


.indent5 {
    margin-left: 5;
  }


.indent10 {
    margin-left: 10;
  }


.indent15 {
    margin-left: 15;
  }


.indent20 {
    margin-left: 20;
  }


.guestnl {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: small;
    font-family: Verdana;
  }


.guestnlnew {
    font-style: oblique;
    font-weight: bold;
    font-stretch: semi-expanded;
    font-variant: small-caps;
    font-size: small;
    font-family: Verdana serif;
    color: green;
  }


.StoryContainer {
    width: 300px;
    max-width: 300px;
    border: black solid 1px;
  }


.StoryTitle {
    font-weight: bold;
  }


.StoryPicture {
    font-weight: normal;
    font-size: xx-small;
    text-align: center;
    width: 125px;
    max-width: 125px;
    background: #D8D8D8;
  }


.StoryText {
    padding: 1% 1% 1% 1%;
    font-family: Georgia,Times,serif;
    font-weight: normal;
    font-size: 14px;
  }


body {
     font-family: Georgia,Times,serif;
     font-size: 14px;
  }

