BODY, TD , p {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-align: right;
	direction: rtl;;
}
 
B, STRONG {font-weight: bold }
H4  {
	font-size : medium;
	color : #2e6685;
	font-weight : bold;
	font-style : italic;
	text-align: right;
	direction: rtl;;
}

H1  {
	background-color : #ddd3ca;
	color : #2e6685;
	font-size : large;
	font-weight : bold;
	text-align: right;
	direction: rtl;;
}

H2  {
	background-color : #ddd3ca;
	color : #2e6685;
	font-size : medium;
	text-align : center;
	font-weight : bold;
		direction: rtl;;
}

H3  {
	font-size : medium;
	background-color: #c8c0b9;
	color : #2e6685;
	text-align : center;
	font-weight : bold;
	font-style : italic;
	direction: rtl;;
}

A  {
	text-decoration : none;
	color : #837D4B;
	font-weight : bold;
	
}
A.n1 { 
color : #802000;
}
A.n2 { 
color : #802000;
background-color: #E7D8D3;
}

A:Visited  {
	color : #837D4B;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : #D1AC2E;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}


