body 
{
	background-color: #FFFFFF;
}

/*dikte en kleur van de tabel*/
table 
{
	border: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10pt; 
	font-weight: normal;
	color: #000000;
}
/*titels*/
th {
	text-align: left;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 10pt;
	font-style: italic;
	padding: 0px 0px 2px 0px;
	color: #000000;
}

/*tekst en links*/
a:link, a:visited
{
	color: #000000; 
	font: normal 10pt; 
	font-family: Verdana; 
	text-decoration: none;
	white-space: nowrap;
}

/*muis over links*/		
a:hover 
{
	color: #000000; 
	font: normal 10pt; 
	font-family: Verdana; 
	text-decoration: underline;
	white-space: nowrap;
}

tr
{
	padding-left: 10px;
}

/*even rijen*/
tr.even 
{
	background-color: #EEEEEE;
	padding-left: 10px;
}

/*tekst boven de weekkalender*/
p {
	text-align: left;
	font-weight: bolder;
	font-style: italic;
	padding: 0px 0px 2px 0px;
}
/*aanduiding bekerwedstrijden in de weekkalender*/
.beker {
	font-size: 12px;
	color: #FF9900;
	padding-left: 10px;
}
/*scheiding tussen verschillende in de weekkalender gesorteerd op uur*/
.scheiding {
	background-color: #EEEEEE;
	height: 1px;
}