/**                  
 * print.css
 *
 * Definition of styles and classes for printed output.
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.kristalnetwerk.nl 
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/ 
html, body {
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
}

body {
	overflow:hidden;
}

body, th, td, p, div, span {
	color: #000;
	font-size: 11px;
	font-family: Verdana;
}

/*]]>*/