/* CSS Document */
body {
	/*background-color:#FFFFFF; /* background color */
	color: inherit; /* text color */
	font-family: 'IRANsans'; /* font name */
	font-size: 8.5pt; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
	text-align:center;
}

