/**
 * ---------------------------
 * Client: Anti-Kraak.nl
 * URL: www.anti-kraak.nl
 * Author: Harmen Janssen, Dutch Internet Works
 * Media: Screen
 * Browser: All but Internet Explorer
 *
 * 
 * Notes;
 * ---------------------------
 * Monospace fonts specified in em are much smaller than regular text in Safari.
 * The following CSS rule fixes this. Should not be served to Internet Explorer 
 * since IE6 fails to resize text specified in pixels.
 * ---------------------------
 * 
 */

body {
	font-size: 16px;
}