@charset "utf-8";

@font-face {
    font-family: 'BYekan';
    src: url('./BYekan.eot?#') format('eot'),url('./BYekan.woff') format('woff'),url('./BYekan.ttf') format('truetype'); 
}

body {
	background-color: #f7f9f9;
	color: #0192D8;
	font-family: "BYekan","B Nazanin",Tahoma,Arial,Calibri,Verdana,Helvetica,Sans-Serif;
	font-size: 30px;
	direction: rtl;
	margin: 60px;
	/*-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;*/
}
::selection {
       background-color: #c1272d;
       color: #f7f9f9;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0192D8;
}