/* Stylesheet voor homepage Jos Vranken Jr. */

body {
	background: rgb(255,255,255);
	font-family: Arial, sans serif;
	font-size: 11pt;
	color: rgb(0,0,0);
}
a {
	color: rgb(128,0,0);
}
#jvjr { font-size: 16pt; font-weight: bold; }
#photoPlaceholder {
    float:left;
    margin-left: -80px;
    z-index: 0;
    width: 144;
    height: 184;
}
h1 {
	background: rgb(224,224,224);
	padding-left: 120px;
	font-size: 20pt;
}
div.inhoud {
	margin-left: 85px;
	height: 80%;
}


