body {
	background-color: #cccccc;
	margin-left: 100px;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	font-family: arial, verdana;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

}


img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}


img.right {
	float: right;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
}

img.left {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 40px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

span.subtitel {
	font-size: 26px;
	color: #003300;
}

h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}

       
h3 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 16px;
	text-align: left;
}
p.voet {
	color: #666666;
	font-size: 12px;
	text-align: center;
}



p.i {
	font-style: italic;

}
.rood {
	color: #cc0000;
}



.bold {
	font-weight: bold;
}


.i {
	font-style: italic;
}

br.both {
	clear: both;
}

table {
	width: 860px;
	border: 0px solid #999999;
	margin: 0px;
}

table.kunstenaars {
	width: 560px;
	border: 0px solid #999999;
}

td {
	width: 285px;
	border: 1px solid #999999;
	padding: 10px 10px 20px 10px;
}

td.kop {
	background-color: #ccccc0;
	padding: 0px 10px 0px 10px;
}

td.kunstenaar {
	width: 210px;
	padding: 10px 10px 10px 10px;
}

td.afbeelding {
	width: 80px;
	padding: 10px 10px 10px 10px;
}

td.discipline {
	width: 260px;
	padding: 10px 10px 10px 10px;
}


/*links */

a:link {
	color: #3333ff;
	text-decoration: underline;
}
 
a:visited {
	color: #3333ff;
	text-decoration: underline;
}

a:hover {
	color: #ffffcc;
	text-decoration: underline;
}

a:active {
	color: #9966cc;
	text-decoration: underline;
}


a.links:link {
	color: #3333ff;
	text-decoration: none;
}
 
a.links:visited {
	color: #3333ff;
	text-decoration: none;
}

a.links:hover {
	color: #ffffff;
	text-decoration: none;
}

a.links:active {
	color: #9966cc;
	text-decoration: none;
}



