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