body {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: black;
}

h1 {
	font-size: 30pt;
}

h1, h2, h3, h4, text, a, b, i, p {
	color: green;
}

header {
	text-align: center;
}

li {
	float: left;
	color: green;
}

li a {
	display: block;
	color: green;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-size: 12pt;
}

nav {
	width: 630px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

table, th, td {
	border: 2px solid;
	color: black;
	background-color: lightblue;
	padding: 10px;
}

table {
	width: 100%;
	border: 10px solid green;
	border-style: ridge;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.gallery {
  margin: 10px;
  border: 10px solid #ccc;
  border-style: ridge;
  float: left;
  width: 170px;
  background-color: #ccc;
}

div.gallery:hover {
  border: 10px solid #777;
  border-style: ridge;
}

div.gallery img {
  width: 75%;
  height: auto;
  padding: 20px;
}

img.gallery {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	height: 150px;
}

.black {
	color: black;
}

.blue__line {
	background-color: blue;
	width: auto;
	height: 12px;
}

.blue__white__sign {
	display: flex;
	flex-direction: column;
}

.book__cover {
	height: 150px;
	width: auto;
}

.column {
	flex: 0;
	padding: 0;
}

.caption {
	color: green;
	font-style: italic;
}

.desc {
  padding: 15px;
  text-align: center;
  color: green;
}

.hebrew {
	color: blue;
	font-size: 35pt;
}

.main {
	width: 630px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.row {
	display: flex;
}

.small {
	height: 100px;
}

.table_title {
	font-size: 20pt;
}

.topHr {
	width: 570px;
	height: 70px;
	background-image: url("../images/Christmas/xmaslights_flashingblackout.gif");
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.white__line {
	background-color: white;
	display: flex;
	justify-content: center;
}

#space100 {
	padding: 100px;
}

#space90 {
	padding: 90px;
}

#space80 {
	padding: 80px;
}

#space70 {
	padding: 70px;
}

#space60 {
	padding: 60px;
}

#space50 {
	padding: 50px;
}

#space40 {
	padding: 40px;
}

#space30 {
	padding: 30px;
}

#space20 {
	padding: 20px;
}

#space10 {
	padding: 10px;
}