table#product_table a:link, table#product_table a:visited {
   color:#333333;
   text-decoration:none;
}

table#product_table a:hover {
   background-color:transparent;
}

table#product_table p {
   padding:0;
   margin:0;
}

.hot {
   margin: 6px 3px !important;
   border: 1px solid black;
   background-color: #d40026;
   color: #ffffff;
}
.hot a, .hot a:visited {
   padding: 3px !important;
   display: block;
   color: #ffffff !important;
}

.cold {
   margin: 6px 3px !important;
   border: 1px solid black;
   background-color: #ffffac;
}
.cold a, .cold a:visited {
   padding: 3px !important;
   display: block;
   color: #d40026;
}


  

       h1, h2, h3, h4, h5 {
            color: #1d2f69;
            letter-spacing: 0;
            text-align: left;
            margin-bottom: 2px;
            margin-top: 14px;
            clear: left;
            font-family: Arial, arial, sans-serif;
         }
         h1 {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 6px;
         }
         h2 {
            font-size: 13px;
            font-weight: bold;
         }
         h2.top {
                 font-size: 11px; 
                 font-family: Verdana; 
                 color: #333333; 
                 margin-top: 0;
         }
         h3 {
            font-size: 12px;
            font-weight: bold;
         }
         h4 {
            font-size: 12px;
            font-style: oblique;
         }

         p, ul {
            margin-top: 0;
         }




ul#members li {
        margin-top:12px;
        list-style-type: none; 
        list-style-position: inside;
}

blockquote.body {
        text-align: left; 
        margin-left: 19px;
}






