/*
Title:      	Semantic Blocklists Demonstration
Author:     	Sam Rayner
Updated:    	May 07
*/

* 	{ margin: 0; padding: 0; }

body { 
	font: 62.5% verdana, arial, sans-serif;
	padding: 20px 0;
	width: 1000px;
}

h1, h2 	{ display: none; }

a 	{ text-decoration: none; }

#veerle { 
	width: 600px;
	float: left;
	height: 200px;
    z-index: -2;
}

#veerle ul { 
	float: left;
	margin-left: 0px;
    top: 0px;
    left: 0px;
}
