@import url('reset.css');
/* General Demo Style */
body{
	    color: #fff;
	    font-size: 14px;
	    font-weight: 600;
}
.container{
	position:relative;
	margin-bottom: 20px;
}
  a{
	color: #fff;
	text-decoration: none;
}
 .clr{
	clear: both;
}
 .wtmain{
	position:relative;
    width:70%;
    margin: 0 auto;
    }
.wtmain h3{
	margin:0px;
	padding:20px 20px 10px 20px;
	color:#fff;
    text-align:center;
    font-size: 22px;
    font-weight: 400;
	}
