.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #CEDBF7;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.title_am {
	font-family: "Arial AM";
	font-size: small;
	text-align: left;
}
.title_ar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: right;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: justify;
	color: #666666;
}
.text_am {
	font-family: Arial AM;
	font-size: small;
	text-align: justify;
	color: #666666;
}
.text_ar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: right;
	color: #333333;
}
.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #999999;
	text-align: left;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
