@CHARSET "ISO-8859-1";

/**
 * alle css in deze file geldt voor (child elements van):
 * #content.links
 */
 
 #content.links h2
 {
    font-size: 16px;
    color: #CD1316;
 }
 
#content.links td.kop
{
	background-color: #CD1316;
	color: #000;
	font-weight: bold;
}

#content.links td a
{
	color: #000;
	text-decoration: none;
}

#content.links td a:hover
{
	text-decoration: underline;
}