/* CSS Document */


#topvisual {
	display: none;
}


/* hyperlinks */
#content a {
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 8pt; 
letter-spacing: -1pt; 
font-style: normal;
color: #000099;
text-decoration: none;
}

/* hyperlinks al bezocht */
#content a:visited {
color: #000099;
text-decoration: none;
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 8pt; 
letter-spacing: -1pt;  
font-style: normal;
}

/* hyperlinks bij mouseover */
#content a:hover {
color: #000099;
text-decoration: underline;
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 8pt; 
letter-spacing: -1pt; 
font-style: normal;
}

/* hyperlinks bij click */
#content a:active {
color: #000099;
text-decoration: underline;
font-family: Verdana;
font-weight: normal;
font-style: normal;
font-size: 8pt; 
letter-spacing: -1pt; 
font-style: normal;
}


