
a:link, a:visited  { text-decoration:none;      color:#236ed3; }
a:active, a:hover  { text-decoration:underline; color:#236ed3; }

html, body, p { 
  
  font-family: Verdana, sans-serif;
  font-size:10px;
  font-weight: bold;
  color: #ffffff;
  margin:0;
  padding:0;
  color:white; 
  text-align: left;
  /*text-shadow: 2px 2px 4px #000;*/
  height: 100%;
  vertical-align: top;
  display: block;
} 

.svgarrow:hover {
  fill: #808080;
  opacity: 1;
  cursor: pointer;
}

#FullScreenBG {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;  
}

