@font-face {
	font-family: 'Sahel';
	src: local('☺'), url('../fonts/Sahel.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Sahel';
	src: local('☺'), url('../fonts/Sahel-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
html body {
	height: 100%;
	margin:0px;
	direction:rtl;
	font-family:Sahel;
	font-size:14px;
	color:#333333;
}
