/* CSS Document */

.hidden-in-download {
	/* NOTE: Normally, this style is entirely */
	/* commented OUT so that it has no effect. */

	/* "UN-comment" the following declaration to hide HTML code */
	/* that should not appear in the downloadable proceedings PDF. */

	/*display: none;*/

	/* To help during authoring, UN-comment the following */
	/* two declarations so that affected code stands out. */
	/* Comment these OUT to publish. */

	/*background-color: #FFFF00;*/
	/*border: thin dotted #FF00FF;*/

	}

