@charset "utf-8";
/* print */

@import "global.css"; /* import default classes */
@import "game.css"; /* import game classes */

#header{height:150px;} /* reduce height */

#header #title a#title_link{ /* remove bg image replace with text */
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-indent:0px;
}

#header #logo_print{visibility:visible;} /* show ncl logo */

