   	body {
		background: radial-gradient(farthest-corner at 30px 20px, #ffffff, #EBF7FF, #ffffff, #D4EEFF, #B5E1FF, #6BC4FF);
    		background-repeat: no-repeat;
    		background-position: left top;
    		background-attachment: fixed;

		color: #ffcc00;
    		font: 20px/1 Arial, sans-serif;
    		font-style: normal;
		text-align: center;
	}
	:focus-visible {
  		outline: 4px solid orange;
	}
	a:link {
  		color: #ffcc00;
		text-decoration: none;
		padding-left: 2px;
		padding-right: 2px;
	}

	a:visited {
  		color: #ffcc00;
		text-decoration: none;
		padding-left: 2px;
		padding-right: 2px;
	}

	a:hover {
  		color: yellow;
		text-decoration: underline;
		padding-left: 2px;
		padding-right: 2px;
	}
	a:active {
  		color: #ffcc00;
		text-decoration: none;
		padding-left: 2px;
		padding-right: 2px;
	}
	#fullscr {
		width: 100%;
	}
	#fullscr tr {
		height: 90vh;
	}
	#logo_float img {
		padding: 10px;
		margin: 10px;
		border: 0px solid;
		border-color: #ffcc00;
		border-radius: 0px;
		vertical-align: middle;
		filter: drop-shadow(0px 5px 4px rgba(0,0,0,0.2));
		transition: 0.25s ease;
	}
	#logo_float img:hover {
		padding: 10px;
		margin: 10px;
		border: 0px solid;
		border-color: #ffcc00;
		border-radius: 0px;
		vertical-align: middle;
		filter: drop-shadow(0px 15px 4px rgba(0,0,0,0.2));
	}
	#logo_float div {
		display:inline-block;
		position:fixed;
	}
	#logo_float a:link {
		color: #ffcc00;
    		font: 25px/1 Arial, sans-serif;
    		font-style: normal;
		font-weight: bold;
		letter-spacing: 1px;
		text-decoration: none;
		text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
		transition: 0.5s ease;
	}
	#logo_float a:hover {
		color: #0F70B7;
    		font: 25px/1 Arial, sans-serif;
    		font-style: normal;
		font-weight: bold;
		letter-spacing: 2px;
		text-decoration: none;
		text-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	}
	#logo_float a:active {
		color: #1AB8ED;
    		font: 25px/1 Arial, sans-serif;
    		font-style: normal;
		font-weight: bold;
		letter-spacing: 2px;
		text-decoration: none;
		text-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	}

