body {
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	max-width: 100% ;
	background-color:  #ffbb5c;
	font-size: 1.0em ;
}
hr {
	color: #c4c2c2;
}
h1 {color: #dedede;
	font-family: "Goudy Old Style", Garamond;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h2 {color: #0000cd;
	font-family: "Goudy Old Style", Garamond;
	font-size: 2.5em;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
h3 {color: #6A5acd;
	font-family: "Goudy Old Style", Garamond;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
}
.bold-c {
	font-weight: bold;
	color: #005559;
	text-align: center;
	font-size: 1.2em;
	text-indent: 0.0em ;
	text-shadow: 1px 1px 1px #000000;
}
.italic {
	font-size: 1.1em;
	font-style: italic;
	text-indent: 0.0em ;
}
.small {
	font-size: 0.9em;
	text-indent: 1.8em ;
}
.center-small {
	font-size: 0.9em ;
	text-indent: 0em ;
	text-align: center;
}
.section-heading {
	font-size: 1.3em;
	color: #b47a14;
	text-shadow: 1px 1px 1px #000000;
	text-indent: 0.0em ;
}
a:link {
  color: #645cff;
  text-shadow: 1px 1px 1px #2a381a;
}
a:visited {
  color: green;
}
a:hover { 
	color: #a1e5ff ;
}
p { 
	font-size: 1.1em ;
	text-indent: 1.8em ;
}
.pc {
	font-size: 1.3em ;
	text-indent: 0em ;
	text-align:center;
}
.p0 {
	font-size: 1.1em ;
	text-indent: 1.9em ;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.ppoemc {
	font-size: 1.0em ;
	text-indent: 0em ;
	text-align:center;
}	
.divheading {
	background-color:  #5ca0ff;
	color: #dedede;
	text-align: center;
}
div.book-title {
	font-family: 'Book Antiqua';
	color: #98724e; 
	text-align:center;
	font-weight: bold;
	background: #d0cac3; 
}
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:  #ffbb5c ;
	grid-gap: 2px;
	padding: 6px;
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: inherit ;
}
div { 
    margin: 2px; 
	color: #ffffff;
} 
{
	  box-sizing: border-box;
	}

	.flex-container {
	  display: flex;
	  flex-direction: row;
	  text-align: center;
	}
	.flex1 {
	  background-color: #600064;
	  padding: 3px;
	  text-align: left;
	  flex: 15%;
	}
	.flex2 {
	  background-color:  #600064;
	  padding: 3px;
	  text-align: left;
	  flex: 54%;
	}
	.flex3 {
	  background-color:  #600064;
	  padding: 3px;
	  text-align: right;
	  flex: 10%;
	}
		.flex4 {
	  background-color:  #efffd7;
	  padding: 3px;
	  flex: 20%;
	}
@media (max-width: 650px) {
		.flex-container {
		flex-direction: column;
		}
	}