	*:hover {
		cursor: url('../assets/cursor.png'), url('../assets/cursor_32.png'), auto;
	}

	a {
		color: black;
		font-weight: bold;
	}
	
	font {
		text-shadow: 2px 2px #ffffff;
	}
	
	.fwspsDIV:focus {
		outline: none;
	}
	
	.stamps {
		margin-right: 10px;
	}
	
	.socials {
		font-size: 16px;
		text-align: bottom;
		
		width: 128px;
		height: 32px;
	}
	
	.flizzy_button {
		background-color: #FFFFCB;
		border-radius: 4px;
		border: 2px solid #DDD9BA;
		width: 80px;
		height: 35px;
		bottom: 0;
	}
	
	.flizzy_button:hover {
		background-color: #F2F2C1;
	}
	
	.flizzyAppearing {
		animation-name: flizzyAppear;
		animation-duration: 2500ms;
		animation-fill-mode: forwards;
	}
	
	@keyframes flizzyAppear{
	  100%{
		opacity: 1;
	  }
	  0%{
		display: none;
		opacity: 0;
	  }
	}
	
	/* CODE I STOLE FROM MYSTIC MAYA WITH HER PERMISSION!!!!!!!! I LOVE YOU!!!!!!!! */
		@font-face {font-family: "Pixelated MS Sans Serif";src: url(/assets/funkytown_stamps/maya/ms_sans_serif.woff2);}