
/* onder tekstnavigatie */
.hbuttons a {
	color:#FC6;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 9px;
	background-repeat: no-repeat;
	position: relative;
	top: 6px;
}

.hbuttons a:visited {
	color:#FC3;
}

.hbuttons a:hover{
color:#C99;
}

.hbuttons a:active{
	color:#FC0;
	background-repeat: no-repeat;
}

