/* CSS Document */

ul{
	list-style: none;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:hover, a:active{
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
} 

a.agenda:link, a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.agenda:hover, a:active{
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
} 

a.dartteams:link, a.dartteams:visited {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.dartteams:hover, a.dartteams:active{
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
} 

.header_1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
}

.teamnaam {
	font-size: 20px;
	color: #FF0000;
	text-transform: none;
	font-weight: bold;
}

.spelers {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.style2 {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.agenda {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.agenda_plank {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}