div.view {
	padding:10px;
	font-family:tahoma;
	font-size:100%;
	direction:rtl;
	line-height:25px;
}
div.view h1
{
	padding-top:5px;
	text-align:center;
	font-family:arial;
	color:green;
	font-size:110%;
}
div.view h2
{
	font-family:arial;
	color:black;
	padding-top:20px;
	padding-bottom:0px;
	font-size:100%;
}
div.view p {
font-size:75%;
line-height:25px;
}

div.view strong {
	font-size:100%;
	color:#0066FF;
	font-weight:normal;
	padding-bottom:3px;
}

div.view strong.arabic{
	color:#0066FF;
	font-size:125%;
	font-family: Arial;
	font-weight:bold;
	padding-bottom:3px;
}

