			body {background-color: white;font-family: sans-serif;}

			.functionReturnType {color: green;font-size: 18px;}
			.functionName {color: black;font-size: 18px;font-weight: bold;}
			.functionArgument {color: blue;font-size: 18px;}

			.functionDescription {color: black;font-weight: bold;font-size: 14px;}
			.functionReturn {color: gray;font-weight: bold;font-size: 14px;}

			.parameterName {color: blue;font-size: 12px;font-size: 14px;font-weight: bold;}
			.parameterDescription {color: black;font-size: 12px;font-size: 14px;}