A:link {text-decoration: underline; color: black;}
A:visited { text-decoration: underline; color: black;}
A:active { color: black; text-decoration: underline;}
A:hover {text-decoration: underline overline; color:#FF0000; font-weight:bold;}
body {
	background-color: #FFFFFF;
    font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
}
h1 {
	font-size:12px;
	color:#0066FF;
}
h1 A:link {text-decoration: underline; color:#0066FF;}
h1 A:visited { text-decoration: underline; color:#0066FF;}
h1 A:active { text-decoration: underline; color:#0066FF;}
h1 A:hover {text-decoration: underline ; color:#FF0000; font-weight:bold;}


table.center {
	margin-left: auto; 
	margin-right: auto; 
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: grey;
	}
table.center td {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
}
#names {
	text-align:center;
	font-weight:bold;
}
#descHeb {
	text-align:right;
	direction:rtl;
}
#descEng {
	text-align:left;
	direction:ltr;
}
#text2{
    font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	}
#text3{
    font-family: Arial;
	font-size: 11px;
	color:#999999;
	margin-top: 0px;
	}

