body, a{
    	font-family: 'Ubuntu';
        	font-size: 14px;
        	font-weight: 400;
        	color: #6f6f6f;
    }
h1, h2, h3, h4, h5, h6 {
    	font-family: 'Ubuntu';
        	font-weight: 400;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h1 {
    	font-size: 36px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h2 {
    	font-size: 30px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h3 {
    	font-size: 24px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h4 {
    	font-size: 18px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h5 {
    	font-size: 14px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
h6 {
    	font-size: 12px;
        	color: #6f6f6f;
            text-transform: capitalize;
    }
.td-preloader {
    background: url("") center no-repeat #fff;
}
