
#linkList
{
	display: none;	/* hides the login on sub pages as well as all the
			        navigation elements */
}

h1 span
    {
	display:inline;
    }
/* hides borders around content */
#container
{
	border-width: 0;	
}


/* simple catch-all to make sure we have no colored items in the print out.

body *
{
	background-color: #fff;
	color: #000;		
				  
} 
*/
