
body {
	direction: rtl;
	background: white;
	color: black;
	margin: 0px;
	font: 11px/20px "Arial";
	}

a {
	color: black;
	}

a:hover {
	text-decoration: none;
	}


table {
	width:450px;
	border: 0px;
	border-collapse: collapse;
	}

td {
	background: #D2C3D9;
	width: 450px;
	padding: 20px;
	text-align: right;
	vertical-align: middle;
	font: 12px/20px "Arial";
	}
