      body {
        font-family: Helvetica, Verdana, sans-serif;
        font-size: smaller;
        background-color: #8E9E67;
        color: #000000;
        padding: 0px;
        margin: 0px;
      }

      h1 {
        background-color: #D3EB98;
        color: #000000;
        padding-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 300%;
        letter-spacing: 1px;
        text-align: right;
        border-bottom: 2px solid #6E6037;        
      }

      h1 a, h1 a:link, h1 a:visited {
         text-decoration: none;
         border-bottom: 0px solid black;
      }

      h2 {
        font-size: 90%;
        padding: 0px;
	margin-top: 5px;
        margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
        text-align: right;
      }

      div.post {
        background-color: #FFFFFF;
        color: #4D4D4D;
        width: 33em;
        margin-top: 0px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
        border-top: 0px solid white;
        border-left: 0px solid white;        
        border-bottom: 2px solid #6E6037;
        border-right: 2px solid #6E6037;        
      }

      div.post h3 {
        background-color: #D3EB98;
        margin: 0px;
        padding: 10px;
        text-align: center;
        color: black;
      }

      div.post p {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 10px;     
        line-height: 150%;
      }

      p + p {
        text-indent: 1.5em;
      }

      .post a, .post a:link, .post a:visited {
      }

      div.swatch {
        width: 100px;
        height: 100px;
        float: left;
      }

      a, a:link, a:visited {
        color: black;
        text-decoration: none;
        border-bottom: 1px solid #6E6037;
      }

      a:hover {
        color: blue;
        border-bottom: 1px solid blue;
      }

     div#content{
       float:left;
     }

     div#extras{
       float:right;
     }

     div#extras p {
        background-color: #D3EB98;
        margin: 5%;

        padding: 10px;
        text-align: center;
        color: black;
        border-bottom: 2px solid #6E6037;
        border-right: 2px solid #6E6037;
     }

     a.image-link, a.image-link:hover, a.image-link:link, a.image-link:hover  {
        text-decoration:none;
        border-bottom: 0px solid black;
     }

     a.image-link img, a.image-link:hover img, a.image-link:link img, a.image-link:hover img {
        border: 0px solid black;
     }

      div.comments {
        background-color: #FFFFFF;
        color: #4D4D4D;
        width: 33em;
        margin-top: 0px; 
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
        border-top: 0px solid white;
        border-left: 0px solid white;        
        border-bottom: 2px solid #6E6037;
        border-right: 2px solid #6E6037;        
      }

      div.comments p {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 10px;        
        text-indent: 1.5em;        
        line-height: 150%;
      }

      div.comments h3 {
        background-color: #D3EB98;
        margin: 0px;
        padding: 10px;
        text-align: center;
        color: black;
      }

      div.comments h4 {
        background-color: #D3EB98;
        margin: 0px;
        padding: 10px;
        text-align: left;
        color: black;
      }