h1   {
  font-family: sans-serif;
  font-size: 16pt
}
h2   {
  font-family: sans-serif;
  font-size: 14pt;
}
body {
  font-family: sans-serif;
  font-size: 11pt;
  line-height: 19pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background-color: #FFD3AD;
  color: #0000CC;
}
textarea {
  font-family: sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
a:link {
  color: #0000CC;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #0000CC;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #0000CC;
}
.overlay
  {
   position: absolute;
   left: 40%;
   top: 40%;
   bottom: 40%;
   padding: 0px;
   width: 290px;
   height: 100px;
   z-index: 10;
   /* background-color: rgba(0,0,0,.0); */ /*dim the background*/
   box-shadow: 20px 20px 10px #888888;
  }

