body {
	font-family: Arial;
	font-size: 12px;
	background-image: url(http://www.shams-group.net/bg_page1.gif);
	background-repeat: repeat;
}
pre {
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

.font-s {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	direction: rtl;
}

.font-m {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: justify;
	direction: rtl;
}

.h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #00D9D9;
	text-align: center;
}