      a:link { color:#00a0fe; text-decoration:none}
      a:visited { color:#00a0fe; text-decoration:none}
      A:hover  {font-weight : normal; color : #898C9A;}
      
      h9 { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:20pt; line-height: 40px; color:#2b81ba;}      
      h3 { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:20pt; line-height: 28px; color:#a09ebb;}      
      h4 { font-family: 'Open Sans', sans-serif; font-weight: 100; font-size:10pt; line-height: 16px; color:#6a6c6c;}      
      h5 { font-family: 'Open Sans', sans-serif; font-weight: 200; font-size:1em; line-height: 28px; color:#6a6c6c;}      
      h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:.80em; color:#a8aec1;}      
      h7 { font-family: 'Open Sans', sans-serif; font-weight: 100; font-size:14pt; line-height: 24px; color:#000000;}      
      h8 { font-family: 'Open Sans', sans-serif; font-weight: 200; font-size:12pt; line-height: 28px; color:#000000;}      
      h1 { font-family: 'Open Sans', sans-serif; font-weight: 200; font-size:40pt; line-height: 56px; color:#898C9A;}      
      h2 { font-family: 'Open Sans', serif; font-weight: 200; font-size:24pt; line-height: 45px; color:#898C9A;}      
     .b { color: black; font-style: normal; font-size: 11px; line-height: 16px; font-family: Verdana, Geneva, Arial;}
     .bodytext { color: #7D7B7B; font-style: normal; font-size: 11px; line-height: 18px; font-family: "Open Sans",Verdana, Geneva, Arial;}
     .tabtext { font-family: 'Open Sans', sans-serif; font-weight: 200; font-size:10pt; line-height: 18px; color:#2b81ba;}      
/* Container holding the image and the text */

.responsive {
  width: 100%;
  height: auto;
}



.container {
  position: relative;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 14pt;
  text-align: center;
  color: #898C9A;
}

/* Bottom left text */
.bottom-left {

  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 24pt;
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-left2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 10pt;
  position: absolute;
  top: 50px;
  left: 16px;
}



/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 12pt;
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


