body {
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color:  #ffe7e9; 
	font-size: 1.0em ;
}
hr {
	color: #684712;
}
h1 {color: #ce5e74;
	font-family: 'Book Antiqua';
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h2 { 
	color: #2799e1; 
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h3 { 
	color: #d0d0d0; 
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
div.book-title {
	font-family:'Book Antiqua';
	color: #9fe6e7; 
	text-align:center;
	font-weight: bold;
	background: #ce5c74; 
}
p { 
	font-size: 1.1em ;
	hyphens: none ;
	text-indent: 1.8em ;
}
.small {
	font-size: 0.9em ;
	hyphens: none ;
}
.center {
	text-align: center;
	text-indent: 0.0em ;
}
.left {
	text-align: left;
	text-indent: 0.0em ;
}
.no-tb-margins {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
.bold-c {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 1.1em;
	text-indent: 0.0em ;
}
	
a:hover { 
	color: #ffffff ;
	text-shadow: 1px 1px 1px #2a381a;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	text-align: center;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcontent {
	width: 100% ;
	max-width: 100% ;
	color: #000 ;
	background-color: #ffe7e9 ;
	grid-gap: 2px;
	padding: 6px;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
div { 
          margin: 2px; 
} 
{
	  box-sizing: border-box;
	}

	.flex-container {
	  display: flex;
	  flex-direction: row;
	}
	.flex1 {
	  background-color: #fff1d3;
	  padding: 3px;
	  flex: 33%;
	}
	.flex2 {
	  background-color: #fff1d3;
	  padding: 3px;
	  flex: 33%;
	}
	.flex3 {
	  background-color: #fff1d3;
	  padding: 3px;
	  flex: 33%;
	}
	.flex-chap4-container {
	  display: flex;
	  flex-direction: row;
	  font-size: 1.1em ;
	}
	.flex-chap41 {
	  background-color: #fff1d3;
	  padding: 3px;
	  flex: 24%;
	}
	.flex-chap42 {
	  background-color: #f5e7c9;
	  padding: 3px;
	  flex: 24%;
	}
	.flex-chap43 {
	  background-color: #ebddbf;
	  padding: 3px;
	  flex: 24%;
	}
	.flex-chap44 {
	  background-color: #e0d2b4;
	  padding: 3px;
	  flex: 24%;
	}
		
	@media (max-width: 650px) {
		.flex-container {
		flex-direction: column;
		}
		.flex-chap4-container {
		flex-direction: column;
		}
	}