	body{
		background:url(images/parchment.jpg);
	}
	td.bg{
		background:url("images/menubg.gif");
		text-align:center;
		height:45px;
		width:123px;
		vertical-align:middle;
	}
	a.menu{
		font-size:14px;
		color:#cdab7b;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	a:hover {color:white} /* If this line is placed above the a.menu, the red is canceled by the a.menu */
	td.foot{
		background:url("images/band.jpg");
		text-align:center;
		height:149px;
		width:742px;
		vertical-align:bottom;
		background-repeat: no-repeat;
	}
	p.hebrew{
		margin:10px 0px 1px 0px;
		color:blue;
		font-family:serif;
		font-size:30px;
		font-style:normal;
		font-weight:normal;
		text-align:center;
	}

