/* NSO draft stylesheet */
/* Hard-copy style sheet. Media type 'PRINT' */
/* Version 1.1 | 23rd November 2004 | Initial version */
/* 
	This style sheet overrides the default style sheet, 'all.css'.
	It is incomplete in itself and will only work properly if the
	main style sheet is available.
 */

/* 
	Page body 
	---------------------------------------------------------------
	Fixed 12pt serif type to make the text more readable in print.
 */

a 
{
	color: Blue;
	font-family: Verdana, Arial, Sans-Serif;
}

#dont_print
{
	display:none
}

#header
{
	display:none
}

#menu
{
	display:none
}

#footer
{
	display:none
}

