﻿body {
	background-color: #003300;
	font-size: 18px;
	margin-left: 40px;
	margin-right:40px
}
strong {
	font-weight:bold;
	color:white;
}
p {
	text-align: justify;
	font-family: Times;
	color: #eeeeee;
	font-size: 18px;
}
p a:link {color: #aabbff;text-decoration: none}
p a:visited {color: #ff77ff;text-decoration: none}
p a:hover {text-decoration: underline}
table {font-family: Times;color: white;font-size: 17px}
td {background-color: transparent;text-align: justify}
th {background-color: transparent;text-align: left;font-weight: bold;color: yellow}
th a:link {color: #aabbff;text-decoration: none}
th a:visited {color: #ff77ff;text-decoration: none}
th a:hover {background-color: white;color: #000000;text-decoration: none}

h1 {text-align: center;font-family: Times;color: #ffff77;font-weight: bold;font-size: 38px;background-color: transparent}
.style1 {
	font-weight: bold;
	color: yellow;
	padding-left:10px;
	}
.style3 {
	font-size: 17px;
	text-align: justify;
	font-family: SPIonic;
	font-weight: bold;
	color:white;
}
.hebrew {
	text-align:right;
	direction:rtl;
	font-size:24px;
	font-family:David;
	color:black;
}

