<!--
   A:link    {text-decoration: none; color: #0000FF}
   A:visited {text-decoration: none; color: #0000FF}
   A:active  {text-decoration: none; color: #0000FF}
   A:hover   {text-decoration: none; background: yellow}
   
   .postdate {background-color: pink; font-weight: bold}

   .comment-main-div 
   {
   border: medium solid wheat; width: 500px
   }
   
   .comment-header
   {
   background-color: #DCDCDC; 
   }
   
   .comment-footer
   {
   background-color: #DCDCDC; 
   }
   
   .comment-section-odd
   {
      background-color: #FFF0F5; 
   }
   
   .comment-section-even
   {
   background-color: #FFF0F5
   }
   
   .comment-title
   {
   font-weight: bold; text-align: center  
   }
   
   .comment-div
   {
      padding-bottom: 1%
   }
   
   .comment-add-form
   {
   padding-top: 1%; 
   }
   
   .comments-list
   {
    border-top-style: dotted; border-top-width: thin
   }
      
//-->
