/*
 * print.css
 *
 * Written by: Ciro Durán <ciro - at - ldc - dot - usb - dot - ve>
 * Date: August 15th, 2005
 * 
 * You may read and learn about CSS in this file and my page. But DO NOT steal
 * my design, please. That is, the whole set of colors, HTML layout and content
 * sectioning. Thank you :-).
 *
 */

/*******************
* PRINTING CLASSES *
*******************/

.skip {
	display: none;
}

.noprint {
	display: none;
}

.vspace {
	display: none;
}

.onlyprint {
}
