
@font-face {
    font-family: 'myfont';
    src: url('../font/IRANSansWeb(FaNum).eot');
    src: url('../font/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('../font/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('../font/IRANSansWeb(FaNum).woff') format('woff'),
        url('../font/IRANSansWeb(FaNum).ttf') format('truetype'),
        url('../font/IRANSansWeb(FaNum).svg#svgFontName') format('svg');
}
*{
font-family:'myfont';
direction:rtl;
}
body{

}
header{
width:95%;
height:80px;
margin:auto;
}
main{
	width:80%;
	margin:auto;
}
main img{
	width:100%;
	max-height:500px;
}
main p{
	font-size:20px;
	font-weight:900;
}
div{
	margin-bottom:10px;
}
div a{
	text-decoration:none;
	padding:8px;
	background-color:blue;
	color:white;
	margin-right:1px;
}
div a:hover{
	text-decoration:none;
	padding:8px;
	background-color:green;
	color:white;
	margin-right:1px;
}

footer{
width:80%;
height:200px;
color:white;
margin:auto;
margin-top:5px;
clear:both;
}
