body {
	margin: 0px;
	padding: 0px;
	background-color: #dadfd8;
	}

.center {
	text-align: center;
}

a.number:link, a.number:visited { 
	width: 14px;
	height: 15px;
	background-color: #ffffff;
	font: bold 12px arial;
	color: #949786; 
	text-decoration: none;
	text-align: center;
	}

a.number:hover, a.number:active { 
	width: 14px;
	height: 15px;
	background-color: #e0dacc;
	font: bold 12px arial;
	color: #949786; 
	text-decoration: none;
	text-align: center;
	}

a.numbernow:link, a.numbernow:visited { 
	width: 14px;
	height: 15px;
	background-color: #e0dacc;
	font: bold 11px helvetica; 
	color: #949786; 
	text-decoration: none;
	text-align: center;
	}

a.numbernow:hover, a.numbernow:active { 
	width: 14px;
	height: 15px;
	background-color: #e0dacc;
	font: bold 11px Helvetica; 
	color: #949786; 
	text-decoration: none;
	text-align: center;
	}

h2 {
	font: bold 12px Arial; 
	color: #ff6600; 
	line-height: 16px;
	direction: rtl;
	padding: 0px;
	margin: 0px;
	text-align: right;
}


