  body, h1, h2, h3, h4, h5, h6 {
    font-family:Tahoma, "Trebuchet MS", sans-serif;
  }
  
/* unvisited link */
  a:link {
	text-decoration:none;
	color: #000000;
  }
	
/* mouse over link */
  a:hover {
    text-decoration:underline;
  }

  *:focus {
    box-shadow: none !important;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .example::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar */
  .example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* Hide scrollbar */
  .scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }