body {
    background-color: #efefef;
    background-image: url("../img/content/bgs/usa.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: #ffffff45;
    padding: 80px 0px 80px 0px;
    overflow: hidden;	
margin-left: 5%;
margin-right: 5%;
}
.blog-list p {

    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 15px;

}
li {

    list-style-type: none;
    color: black;
	font-weight: bold;

}
table,td
{
color:black;
font-weight: bold;
}