/*************************************************************************************************/
/* Author:			VINCIS / Rinse Stellingwerf	                                              	 */
/* Description:		Font size 2                                        							 */
/*************************************************************************************************/
@media screen, print 
{
	body 
	{		
		font-size:				.8em;
	}
	
	.bloktext
	{
	font-size:				11px;
	color:					#3366CC;	
	}
}
