<?
session_start();
header('Content-type: text/css; charset=UTF-8');
?>
/* CSS Document */

#links .naam{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	height: 12px;
}
#links .omschrijving{
	font-size: 12px;
	color: #666666;
}
#links .url{
	font-size: 12px;
	color: #666666;
	vertical-align: bottom;
}
#links .url a{
	color: #990000;
	text-decoration: none;
}
#links .url a:hover{
	color: #990000;
	text-decoration: underline;
}

#links .imageright, #links .imageleft{
	border: 0px solid #666666;
}
#links .imageleft{
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 00px;
}

#links .imageright{
	float: right;
	margin-left: 30px;
}

#links .imageright img{
	margin: 0px;
	padding: 0px;
}
#links .dummy{
	padding-top: 10px;
	padding-bottom: 10px;

}
#links .dummy hr{
	border: 2px solid #EFEFEF;
}

