/* highlighted search string instances, not in focus */
span.highlight,span.highlight A:link
{
	color : red;
	font-weight : bold;
}

/* highlighted search string instances, in focus */
span.highlight_focus
{
	color: red;
	font-weight: bold;
	background-color: yellow;
}

body {
	background: #FEF4E2;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 15px 10px;
	direction :rtl;
}

.article {
	padding: 0px 100px 0 100px;
}

/* article details */

.title{
	font-family : David;
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	color : #000066;
	font-weight: bold;
}

.subtitle{
	font-size : 11pt;
	font-weight : bold;
	text-align : center;
	font-family : Arial;
}

.author{
	font-size : 9pt;
	font-weight : bold;
	font-family : "Guttman Adii"; 
}

.date{
	font-size : 8pt;
	color: red;
	margin-left:10pt;
}

.content{
	text-align: right;
	display:block;
}
