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