/*
<link rel="stylesheet" type="text/css" href="http://www.eng.tau.ac.il/~uuddii/lg.css" />
*/
/*
<link rel="stylesheet" type="text/css" href="/lg.css" />
*/



body {
direction: rtl;
background-color: rgb(244, 247, 244);
color: #000066;
}



.nikud {
	text-align:left;
}



p {
font-family: "Times New Roman", cursive;
font-size: 1.1em;
text-align: justify;
margin-right: 10%;
margin-left: 15%; 
/* font-family:
   Tahomai,
   Corsiva,
   cursive,
   'Guttman Yad-Light',
   'Times New Roman',
   'Courier New';
 */
}



img {
margin: 1em 0% 3em;
border: 1px solid;
}

img.header {
margin: 8% 0% 4%;
border: 4px #66FFFF ridge;
/*border-color: rgb(132, 185, 202);*/
}



h5 { /* TOP */
margin: 8% 0% 4%;
width: 90%;
background-color: rgb(51, 0, 153);
color: white;
border: 4px #66FFFF ridge;
padding: 20px;
text-align: center;
font-family: "Times New Roman", cursive;
font-style: italic;
font-size: 3em;
}


/************************************/
h4 {
display:table;
padding: 4px;
border-top: 2px #66FFFF ridge;
border-bottom: 2px #66FFFF ridge;
width: 70%;
}
h4 a {
display:table-cell;
width: 12em;
padding: 4px 0;
margin: 2px 4px;
border: 2px solid;
text-decoration: none;
text-align: center;
background-color: #336699;
color: white;
}
h4 a:hover {
border: 2px #67efef ridge;
}
/************************************/


h3, h2, h1 {
margin: 0;
padding-right: 10px;
}



/* Picture and text sid by sid */
div.picNtxt {
display: table;
float: left;
width: 98%;
}
div.picNtxt .imgR {
float: right;
margin: 0% 4%;
}
div.picNtxt .imgL {
float: left;
margin: 0% 4%;
}
div.picNtxt p {
margin: 30% 9% 0% 9%;
padding: 0% 1%;
text-align: center;
}
div.picNtxt span {
margin: 30% 9% 0% 9%;
padding: 0% 1%;
text-align: center;
}



/* Explaination table */
div.milon {
display: table;
width: 98%;
} 
.mila {
display: table;
margin: 0 3% 1em 0;
float:right;
width:10%;
text-align: center;
}
.hesber {
display: table;
margin: 0 0 1em 25%;
float:right;
text-align: justify;
}


