table.commets
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 16px;
color: #fff;
width: 450px;
background-color:#000;
border-top-left-radius:5px;
border-top-right-radius:5px;
border: 0px solid #414141;
border-collapse: collapse;
border-spacing: 2px;
margin:8px;}


table.commets td
{background-color: ;
font-size:15px;
line-height:19px;
color: #fff;
padding: 4px;
text-align: left;
border-left: 0px #000 solid;
border-top: 0px #000 solid;
border-right: 0px #000 solid;
border-bottom: 0px #000 solid; }



table.commets td.hed
{background-color: #000;
border-radius:20px;
color: #fff;
padding: 4px;
text-align: left;
font-size: 15px;
font-weight: bold;
}

ol{
background:#000 ;
 width:550px;
color:#fff;
list-style-type: none;
margin: 0;
margin-bottom: 8px;
padding: 5px;
}

ol li{
background:#e9dcc9;
border-top-right-radius:20px;
border-top-left-radius:20px;
border: 1px solid #414141;
color:#000;
padding: 10px;
}

ol li a{
text-decoration: none;
display: block;
font-size: 100%;
border-bottom: 0px solid #000;
}

ol li a:hover{
background-color: black;
color:white;
}

a:link {
    background-color: ;
    border-radius:0px;
    padding: 5px;
}