@charset "UTF-8";

html {
	font-smooth: never;	
	-webkit-font-smoothing: none;
}
body {
	padding:20px;	
}
p, ul {
	font-family: Times, "Times New Roman", serif;
	font-weight:normal;
	color:rgba(0,255,255,1.00);
}
ul {
	padding:0;
	list-style-position:inside;
}
h1, h2 {
	font-family: "Times New Roman", Times serif;
	color:rgba(0,255,255,1.00);
	font-size:24px;
	font-style:italic;
}
table tr td{
	padding:20px;
	
}
.counter a:nth-child(3) {
    display:none;	
}
.videooverlay {
	background-color:green;
	width:468px;
	height:279px;	
	position:relative;
	z-index:999;
	margin-top:-307px;
}