*{
	font-family: "Tagesschrift", system-ui;
	font-weight: 200;
	font-style: normal;
}
html,body{
	color: #FFF;
	background: #800;
}
a {
	color: #EEE;
	text-decoration: none;
}
a:hover{
	color: #999;
	cursor: pointer;
	text-decoration: underline;
}
#emplayer{
	position: fixed;
	bottom: 0;
	right: 0;
	
	border: 5px ridge #FFF;
	border-radius: 5px;
}
td{
	border-radius: 5px;
}
caption{
	color: #FF9;
	background: #00C;
	border-radius: 3px;
}
.past{
	cursor: pointer;
	width: 100%;
}
.past:hover{
	color: #EEE;
}
#thx{
	text-align: right;
	font-size: 12px;
}