body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('../images/background.jpg'); 
	background-color: white;
	background-repeat: repeat-x; 
}

th {
  color: black;
  background-color: white;
}

td.even {
  background-color: rgb(255, 249, 125);
}

td.oneven {
  background-color: rgb(255, 252, 187);
}

a:link 
{ 
  color: rgb(16, 33, 82); 
  text-decoration: none;
  font-weight: bold;
}

a:visited 
{
  color: rgb(16, 33, 82); 
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active
{
  color: rgb(16, 33, 82);
  background-color: rgb(255, 204, 0);
  text-decoration: none;
  font-weight: bold;
}

#IWNDSshadow {
	font-family: Verdana;
	font-size: 1.6em;
	font-weight: bold;
  color: rgb(16, 33, 82);
}

div[id=IWNDSshadow] {
	color: white !important;
}

#IWNDSshadow:after {
	content: 'IkWilNaarDeSneeuw.nl';
  color: rgb(16, 33, 82);
	display: block;
	text-indent: -0.1ex;
	margin-top: -1.3em; 
}

#the_text { position: relative; top: 2px; left: 2px; color: #000; }
#the_shadow { position: relative; top: -2px; left: -2px; color: #CCC; }
[selector] { text-shadow: 2px 2px #CCC; }


