SPAN.comment {
  color: red 
}

SPAN.return {
	color: blue; 
	text-align: left;
	font-family: helvetica;
	clear:both;
	position: relative;
	float: left;
	min-width: 200px;
}
SPAN.variable {
	color: blue; 
	text-align: left;
	font-family: helvetica;
	clear:both;
	position: relative;
	float: left;
	min-width: 200px;
}

SPAN.definition {
	color: #4C00E5
}


