body {
	background-color: #CC9966;
	color: #000000;
	text-align: center;
	}

a:link, a:visited {
	color: #800000;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: 14pt;
	direction: rtl;
	}
	
h2 {
	color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: 12pt;
	direction: rtl;
	}

p {
	text-align: right;
	font-family: Tahoma;
	font-size: 10pt;
	direction: rtl;
	}

.center {
	text-align: center;
}

table {
	align: center;
	border:2px groove rgb(57,101,156);
	width: 750px;
	background-color: #FFFFFF;
	border-collapse: collapse
	}

td {
	valign: top;
	padding: 10px;
}