.technology { 
	cursor: hand; 
	cursor: pointer; 
	font: bold 14px Verdana; 
	margin: 6px 0; 
}
.openlanguage { 
	color: #FF0000;
}
.closedlanguage { 
	color: black;
}
.apple { 
	width: 100%; 
}
.banana {  
	width: 80%; 
}
.cherry {  
	width: 20%; 
	text-align: center; 
}
.grape { 
	width: 20%; 
	text-align: center; 
	font-weight: bold; 
}
