#imageblock {
	height:150px;
	width: 200px;
	float:left;
	text-align:center;
}

#pimage img{
	max-width:150px;
	max-height:110px;
	margin-left:30px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px groove black;
	margin-bottom:0px;   
}

*html #pimage img {
height:expression(this.height>this.width && this.height>110?110:true);
width:expression(this.width>this.height && this.width>150?150:true);
}


#pimage a:link, a:visited, a:active img{
	border: none ;
	color:blue;
}

#pimage a {
	text-decoration: none;
}

*html #imageblock a:hover {
	text-decoration: none;
	color: red;
}
#pimage a:hover img{
	outline:5px solid #B23AEE;
} 
#wide {
	width:200px;
	height:120px;
	float:left;

}
/*Van pieter valk 0318550086 */