.catListTitle-red{
background: #f74d1e;
border-bottom: 1px solid #060;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
color: #fff;
font-size: 1.2em;
height: 1.8em;
line-height: 1.8em;
padding: 5px;
text-indent: .5em;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.catListTitle-green{
background: #7fba00;
border-bottom: 1px solid #060;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
color: #fff;
font-size: 1.2em;
height: 1.8em;
line-height: 1.8em;
padding: 5px;
text-indent: .5em;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.catListTitle-blue{
background: #00a3ef;
border-bottom: 1px solid #060;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
color: #fff;
font-size: 1.2em;
height: 1.8em;
line-height: 1.8em;
padding: 5px;
text-indent: .5em;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.catListTitle-orange{
background: #ffbb00;
border-bottom: 1px solid #060;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
color: #fff;
font-size: 1.2em;
height: 1.8em;
line-height: 1.8em;
padding: 5px;
text-indent: .5em;
text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
ol.lnumber {list-style-type: decimal !important;}
ol.lnumber>li {list-style-type: decimal; padding: 3px 5px 2px 22px; }
ol.lnumber.* {
    margin: none;
    padding: none;
}
blogs-index{
width: 520px; float: left; margin-right: 50px;margin-left: 30px;
}