*{
	padding:0;
	margin: 0;
	border: 0;
}
a{
	text-decoration: none;
	background-color: #3366FF;
	color: #FFF;
	padding: 5px;
	margin-top: 10px;
}

@font-face {
 font-family: 'BYekan';
 src: url('font/BYekan.eot');
 src: local('b BYekan'), url('font/BYekan.woff') format('woff'), url('font/BYekan.ttf') format('truetype'), url('BYekan.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
body{
	background: #f1f1f1;
	direction: rtl;
	font-family: BYekan, Tahoma, Geneva, sans-serif;
}
h1{
	font-size: 46px;
}
h1,h2,h3,p{
	text-align: center;
	margin-top: 10px;
}
a:hover{
	background-color: #0033CC;
}