

/*  Links voor gelinkte headers */
h3 a
 {
	text-decoration: none;	
}

h3 a:link, h3 a:visited {
	font-weight: bold;
        color: #2053A3;
}

h3 a:hover, h3 a:active {
	font-weight: bold;
        color: #2053A3;
	text-decoration: underline;	
}

a  {
	color: #FF8700;
	text-decoration: underline;	
}


