/* CSS Document */

.title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

.bodytext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;	
}

.ecard {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;	
}

.nieuws {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;	
}

.scroller {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	color: #ffffff; 
}

a:link { 
	color: #333333;
	}
	
a:visited {
	color:#333333;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
a:active {
	color: #333333;
}	

a.tekstlink:link {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;
	}

a.tekstlink:visited {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;
}

a.tekstlink:hover {
	text-decoration: none;	
	color: #ffffff;
	border-bottom:dashed 1px;
}	

a.tekstlink:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;	
}

a.nieuws:link {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;
	}

a.nieuws:visited {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;
}

a.nieuws:hover {
	text-decoration: none;	
	color: #ffffff;
	border-bottom:dashed 1px;
}	

a.nieuws:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom:dashed 1px;	
}	
