body {
    background-image: url('../images/Map_of_Twelve_Tribes_of_Israel.png'); /* Relative or absolute path to your image */
    background-repeat: repeat; /* Optional: Prevents image from repeating */
    background-size: 600px 680px;
		/* Optional: Scales image to cover the entire background */
    background-position: left top; /* Optional: Centers the image */
}
table, td, th {
  border: 1px solid black;
  border-radius: 3px;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold; 
  position: sticky;
}

tr.border {
	border: 3px solid black;
}

th {
    text-align: center;
	font-size: 14pt;
	color: #4B0082
}
table {
	width: 30% ;
}	