html, body, ul, li, h1, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.pic {
	display:inline;
}

#desc {
	font-style:italic;
}

body {
	font: 12px arial, sans-serif;
	color: #000;
	padding: 15px 5px;
}

img {
	border: 0px none;
}

img.border {
   border: 1px solid;
   border-color: #E0E0E0;
}

h1 img {
	display: block;
}

table {
	border-collapse: collapse;
}

table.center {
	width:100%;
	/*margin-left:1%;
	margin-right:1%;*/
}

.col1 {
	width: 24%;
}

.werken{
	vertical-align:top;
	text-align: center;
}

.col2, .col3 {
	width: 37%;
	text-align: left;
}

a:link {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C30
}

a:visited {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C30
}

a:hover {
	color: #000
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

.lgtitle {
	font-style:italic;
}
