body {
  margin: 0;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
  background-color: #ffffff;
  
}
img {
  border: 0;
}
h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #000000;
  font-family: 'Tangerine', Verdana, sans-serif;
}  
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
  color: #3948D9;
  font-family: 'Tangerine', Verdana, sans-serif;
} 
h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  color: #000000;
} 
hr {
  background-color: #000000;
  color: #000000;
  height: 1px;
}  
.error {
  color: #ff0000;
  }  
.small {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
} 
.Heading {
  font-family: 'Tangerine', cursive, Verdana, sans-serif;
  font-size: 18px;
}
#wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
}
header {
  width: 95%;
  height: auto;
  overflow: hidden;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
}
header img {
  width: 100%;
}
main {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.textsection {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.textsection a {
  color: #3948D9;
}  
.textsection a:hover {
  color: #F03B34;
}
.textsection img {
  border: 1px #000000 solid;
  margin: auto;
}  

.imgsection {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center;
  margin-top: 20px;
}
.imgsection div {
  width: 260px;
  height: auto;
  margin-bottom: 25px;
}
.imgblockh {
  width: 240px;
  height:140px;
}
.imgcap {
  width: 240px;
  height: auto;
}
.imgcapn {
  width: 240px;
  height: auto;
}
.imgcred {
  font-size: 10px;
}
  .textbox {
    width: 400px;
  }  
.tablesection {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}
.tablerow {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5px 0;
}
.tabledate {
  width: 10%;
  min-wdith: 50px;
  padding:0 10px 0 0;
  float: left;
}  
.tabledesc {
  width: 85%;
  padding:0 0 0 0;
  float: right;
}  
  

footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
  font-size: 14px;
}
footer ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 400px;
}
footer ul li {
  padding: 15px 5px 0 5px;
  margin: 0;
  list-style-type: none;
  height: 25px;
  font-size: 13px;
}
footer ul li a {
  color: #2EA443;
  text-decoration: none;
}

.spamtrap {
display: none;
}

  

@media (max-width: 1000px) {
  body {
    font-size: 12px;
  }  
  h1 {
    font-size: 18px;
    margin: 0;
    text-color: #ffffff;
  }  
  h2 {
    font-size: 16px;
  } 

@media (max-width: 700px) {
  body {
    font-size: 12px;
  }  
  h1 {
    font-size: 18px;
    margin: 0;
  }  
  h2 {
    font-size: 16px;
  } 
}
