
a {color: Blue; text-decoration: none;}
a:hover { color: Red; text-decoration : underline;}

#mainTextHebrew {
	direction : rtl;
	font-family : 'David','FrankRuehl','Aharoni','Miriam','Narkisim';
	text-align: justify;
	font-size : 16pt;
	font-weight : normal;
	margin-left: 30px;
	margin-right : 30px;
	margin-top: 30px;
	margin-bottom : 30px;
}

#mainMenu {
	direction : ltr;
	font-family : 'Times New Roman';
	text-align: justify;
	font-size : 12pt;
	font-weight : normal;
}

td.englishCell {
	direction: ltr;
	text-align : justify;
	width : 50%;
	vertical-align : top;
	padding : 5px 5px 5px 5px;
}

td.hebrewCell {
	text-align : justify;
	width : 50%;
	vertical-align : top;
	padding : 5px 5px 5px 5px;
	direction : rtl;
	font-family : 'David','FrankRuehl','Aharoni','Miriam','Narkisim';
	font-size : 16pt;
	font-weight : normal;
}

.englishVerseNumber {
	display:inline;
	color : Gray;
}
