/*************************************************************************************************/
/* Author:			VINCIS / Rinse Stellingwerf	                                              	 */
/* Description:		Font size 3                                        							 */
/*************************************************************************************************/
@media screen, print
{
	body 
	{		
		font-size:				0.9em	!important;
	}
	
	input
	{
		font-size:				1.0em 	!important;
	}
}

