body {
	display: flex;
	justify-content: center;  /* Horizontal centering */
    font-family: 'Dancing Script', cursive;
    font-size: 1.0em;
    line-height: 1.6;
    margin: 0px;
}

.GridContainer {
  max-width: 800px;
  background-color: white;
  padding: 0px 0px 0px 0px;
}

.Box1 {
    float: left;
    display: inline-block;
	width: 800px;
    margin: 0px 0 2.0em 0;
}

.Table1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  color: #222;
}

.Table1 th, .Table1 td {
  padding: 10px 14px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

.Table1 th {
  background-color: #f3f4f8; /* Soft cool background for headers */
  font-weight: 600;
  color: #2c2f6a;            /* Matches your violet-blue theme */
}

.Table1 tr:nth-child(even) {
  background-color: #fafafa; /* Subtle zebra-striping */
}

.Table1 tr:hover {
  background-color: #f0f6ff; /* Light highlight on row hover */
}

h1, h2, h3 {
    color: #783993;
}

h1 {
	font-size: 2.5rem;
    margin: 0.3em 0 0 0;
}

h2 {
    padding:  1.0em 0px 0.0em 0px;
}

h3 {
     margin: 1.4em 0 0 0;
}

h2.Title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.PageLead {
  font-size: 1.15em;
  font-weight: 500;
  color: #4A4FB0; /* soft violet-blue accent */
  margin-top: 1.2em;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding-left: 0;
}

ul li {
  margin-bottom: 0.3em;
}

.BlueText {
    line-height: 1.6;
    font-size: 1.1em;
    color: #007bff;
    margin: 0;
}

.LeftImage {
    width: 200px;
    height: 200px;
    float: left; 
    margin: 0 10px 0 0;
}

.Menu {
  font-family: Arial, sans-serif;
  font-size: 1.0rem; 
  color: rgb(64, 64, 64);
  line-height: 1.6;
  max-width: 800px;
  margin: 0;
}

.Footer {
  clear: both;
  #height: 1.5rem;
  font-family: Arial, sans-serif;
  font-size: 0.8rem; 
  padding:  2.0em 0px 0.0em 0px;  
}

.characteristics {
    font-family: 'Dancing Script', cursive;
    line-height: 1.6;
    max-width: 800px;
    margin: 0;
  }
	
.faq h3 {
    margin: 1.2em 0 0.1em 0;
  }
