h1,h2,h3 {
    font-size:16px;
}

#sidebar-right .dark-grey-border-white-box ul {
    list-style-image:url(http://images.mobilefun.co.uk/graphics/rebrand/icons/white-bullet.gif);
    list-style-position:outside;
    list-style-type:disc;
}

.post ul.blog-no-list li{
    list-style:none !important;
}

.post ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
}

.post ol {
    list-style-type:decimal;
    list-style-position:outside;
    list-style-image:none;
}

.post .divimgleft {
    border:0;
    width:120;
    height:120;
    float:left;
    margin:5px
}
.post .divimgright {
    border:0;
    width:120;
    height:120;
    float:right;
    margin:5px
}
.post .tablediv {
    clear:both;
    padding:2px;
}

