﻿body{
	font-family:Tahoma;
	direction:rtl;
	background-color:#E8EEEC
}
div.header{
	margin:auto;
	height:300px;
	width:932px;
	text-align:center;
}
div.menu{
	margin:auto;
	height:40px;
	width:932px;
	text-align:center;
}
div.content{
	margin:auto;
	width:932px;
	text-align:center;
	font-size:13px;
}
div.footer{
	margin:auto;
	width:932px;
	text-align:center;
	font-size:10px;
}
a:link,a:visited{
	text-decoration:none;
	color:black;
}
a:hover,a:active{
	text-decoration:underline;
	color:black;
}