.topnav {  background-color: #333;  overflow: hidden;  position: absolute;  left: 0px;  top: 0px;  width: 100%;  min-width: 700px;  z-index:999;}/* Style the links inside the navigation bar */.topnav a {  float: left;  color: #f2f2f2;  text-align: center;  padding: 14px 16px;  text-decoration: none;  font-size: 17px;}/* Change the color of links on hover */.topnav a:hover {  background-color: #ddd;  color: black;}/* Add a color to the active/current link */.topnav a.active {  background-color: #66ccff;  color: white;}/* Use a custom cursor image */.flapja22AAAHHHHH {    cursor: url('flapja22AAAHHHHH.cur'), auto;}.rolyicMoney {    cursor: url('rolyicMoney.cur'), auto;}/* Fade in logo1.jpg */.fade-in {  animation: fadeIn ease 10s;  -webkit-animation: fadeIn ease 10s;  -moz-animation: fadeIn ease 10s;  -o-animation: fadeIn ease 10s;  -ms-animation: fadeIn ease 10s;}@keyframes fadeIn {  0% {opacity:0;}  100% {opacity:1;}}@-moz-keyframes fadeIn {  0% {opacity:0;}  100% {opacity:1;}}@-webkit-keyframes fadeIn {  0% {opacity:0;}  100% {opacity:1;}}@-o-keyframes fadeIn {  0% {opacity:0;}  100% {opacity:1;}}@-ms-keyframes fadeIn {  0% {opacity:0;}  100% {opacity:1;}}