/**
 * Atari Print Stylesheet
 */


/* --------------- Constructors --------------- */
fieldset,img{border:0;}
body{
	font-family:"Lucida Grande","Arial",sans-serif;
	font-size: 15pt;
	color: #000000;
	background-color: #FFFFFF;
}
li{list-style: none;}
#debug, #clear, input, textarea{display:none;}

/* Utils */

.noPrint {
display: none;
}
