ul#ccul {
list-style-type:none;
margin:0px;
margin-left:3px;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold; 
	color: Black;
	text-align : left;
	padding-left : 0px;	
}

ul#ccul a {
		font-size : 11px;
		font-weight: normal;
        text-decoration: underline;
        color: black;
		background:url(http://www.carrierecafe.nl/images/punt.gif) no-repeat center left;
		padding:0px 10px 0px 10px;
		margin:0px;
}
ul#ccul a:hover {
        color: white;
		border-left:#cc3333;
		background-color: #cc3333;
		border:#cc3333;
        text-decoration: underline;
}
ul#ccul a:active {
        color: yellow;
        text-decoration: underline;
}