<style>
		    @import url("../webfonts/Cairo_Regular/stylesheet.css");
body,td,th {
	font-family: "Cairo Regular";
}
#header {
	background:#0e94a7;
	height:20px;
	text-align:right;
	color:#e8ae0c;
	top:0 auto;
}
#footer {
	background:#0e94a7;
	width:100%;
	height:10px;
	position:fixed;
	bottom:0px;
	left:0;
	text-align:center;
	color:#fff;
}
.block {
  display: block;
  width: 100%;
  border:double;
 
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
div.scroll { 
                
                overflow-y: scroll;
            height: 20%;

                text-align:justify; 
            } 


		 </style>