html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: #f0f0f0;
}

body {
  scrollbar-base-color : #ccD5E8;
  scrollbar-arrow-color : slateblue;
  font-family : arial;
  font-size: 12
  background-color: #f0f0f0;
  text-color: #000000;
}

a {
  font-weight:bold;
  text-decoration: none;
}

/* unvisited link */
a:link {
  color: #00a000;
}

/* visited link */
a:visited {
  color: #007000;
}

/* mouse over link */
a:hover {
  background-color : #ffffff;
}

/* selected link */
a:active {
  color: #00D000;
}

.container {
  display: grid;
  margin: auto;
  grid-template-areas:
    "topmenu"
    "maintext"
    "footer";
  grid-template-columns: 1fr;
  gap: 0px;
  background-color: #2196F3;
  text-align: center;
  font-size: 11pt;
  padding: 0px;
  width: 700px;
}
.container > div {
  background-color: #f0f0f0;
  padding: 0px;
}
.container > div.topmenu {
  grid-area: topmenu;
  margin: auto;
  height: 17px;
}
.container > div.maintext {
  grid-area: maintext;
  margin: auto;
  text-align: left;
}
.container > div.footer {
  grid-area: footer;
  margin: auto;
  height:24px;
}

div.coverimage
{
  font-family: "Arial";
  font-size: 10pt;
  color: #000000;
  background-color: #e0e0e0;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:1em;
  text-align: center;
  float: right; 
  width: 200px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  font-family: arial;
  font-size: 20pt;
  font-weight: bold;
  //background-color: #ffffff;
  color: #2288ff;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-family: arial;
  font-size: 16pt;
  font-weight: bold;
  color: #2288ff;
}

div.float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:100
}


div.title {
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  background-image: url("title bg.jpg");
  width: 700px;
  height:31px;
}


div.topmenu {
  margin: auto;
  width: 700px;
  height: 17px;
  //background-image: url("zcontents2.png");
}

