	A:HOVER {color: #FF0000;}
	
	#spelkort {
		color: #BB0000;
		font-size:2em;
		font-family:"Rockwell";
		letter-spacing:0.05em; 
		font-weight: 800;
		cursor: pointer;
		float:left;
		text-decoration: none;
	}
	#spelkort:hover {color: #FF0000;}
		
	#iframeplayer{
		position:fixed;
		bottom:10px;
		right:10px;
		height:90px;
	}

	@media only screen and (max-width: 1300px) {
		#iframeplayer{
			position:relative;
			height:auto;
			width: auto;
		}
	}