@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000000;
	font-size: large;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
}
body {
	background-color: #FF3300;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
.tekst {
	font-size: small;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
}
.tekstbig {
	font-size: large;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Trebuchet MS, Arial, Verdana;
}
.countdown {
	font-size: medium;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
}