
body {
	direction: rtl;
	background: white;
	color: black;
	margin: 0px;
	font: 15px/20px "Arial";
	}

a {
	color: black;
	}

a:visited {
	color: black;
	}

a:hover {
	text-decoration: none;
	}

div.left {
	text-align: left;
	}

div.right {
	text-align: right;
	}

div.center {
	width: 400px;
	text-align: center;
	}
