body {
    background-color: #efefef;
    background-image: url("../img/content/bgs/aus.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

.section-block1 {
    position: relative;
    background-color: #fff0;
    padding: 80px 0px 80px 0px;
    overflow: hidden;
}
.blog-list p {

    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 15px;

}
li {

    list-style-type: none;
    color: white;

}
table,td
{
color:white;
}