/**
 * Ralf Meyer-Wilmes
 * Version 2009
 *
 * (C)2009, fortytwo grafikdesign <info@fortytwo.de>
 *
 * Print-Stylesheet
 *
 */
 
/** Reset-CSS */
/** http://meyerweb.com/eric/tools/css/reset/ */
@import url("reset.css");

/** Body */
body { font:13px/19px Verdana, Tahoma, Arial, sans-serif; }

