/* Excluded on screen */
	.print {display: none;}

/* Included on screen */
	.screen {display: visble;}

/*Included both media*/
	a:hover { text-decoration:none; }
	.leftnav { text-decoration:none;font-size:11px;}
	.leftnav:hover { text-decoration:underline;}
	.nounderline { text-decoration:none; }
	.nounderline:hover { text-decoration:underline;}
	html, body {
	height: 100%; margin-bottom: 1px; 
	}
	
/*size change in different media */
	#content_table {width: 752px;}
