body.index {
	background-image: url(background3.jpg);
	background-attachment: fixed;
	margin-left: 100px;
	margin-right: 15%;
	font-size: medium;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.index p {text-indent: 1px;
	}
body.index P:first-letter { font-size: 100%; font-weight: bold;}

td {
	font-size: x-large;
}

body {
	background-image: url(background3.jpg);
	background-attachment: fixed;
	margin-left: 100px;
	margin-right: 15%;
	font-size: medium;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {text-indent: 2em;
	}
/* P:first-letter { font-size: 200%; font-weight: bold;} */

p.intro:first-letter {
margin-bottom:0px;
line-height:0.9em;
  font-size : 250%;
   text-indent:0px;
  font-weight : normal;
   font-family: Georgia;
}


h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: Blue;
	line-height: 1em;
}

h2 {text-align: center;}

.hebrew {
color: Blue;
font-size: 2em;
text-align: center;
	
}

.examples {
	color: Red;
		
}

a:link {
	text-decoration: underline;
	color: Navy;
	background-color: #DEF0F5;
	font-weight: bolder;

}

a:hover {
	text-decoration: none;
}

a:active {

color: Red;
	text-decoration: none;
}

a:visited {
color: Gray;
text-decoration: underline;
background-color: transparent;
	
}

cite {padding-left: 3em; display:block; font-size:90%}
