

/* Styles overriding www site stylesheet */

strong{
    font-weight: bold;
}

em{
    font-style:italic;
}

/* --------------------------------------- */


.anna_blog_header_bg{
    margin-bottom: 20px;
    width: 100%;
    min-height: 177px;
    text-align: left;
    background-image: url('images/anna_blog_header_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: white;
    margin: 0px auto 15px auto;
    border: 0px solid red;
}

.anna_blog_header{
    margin: 0px auto;
    width: 970px;
    height: 177px;
    text-align: center;
    /*background-image: url('images/anna_blog_header.jpg');*/
}

.post-date{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-top: 2px;
}