@font-face {
  font-family: 'Ashkan';
  src: url('/file/ashkan.woff') format('woff');
}
* {
	//border: 1px solid red;
	font-family: Ashkan, tahoma, Arial;
	font-size: 14px;
	-webkit-box-sizing: border-box;
   	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
html {direction: rtl;}
body {
	padding: 0px;
	margin: 0px;
}
a, a:hover {text-decoration: none;}
.clear {clear: both;}

