/*
 * style_print.css
 *
 * Primary Style Sheet for Printing
 *
 * Originally created by Kevin A. Barnes
 *
 * For personal or commercial use.
 * May be modified by the license holder.
 * May not be redistributed or resold.
 *
 * The CSS, XHTML and design is released under GPL:
 * http://www.opensource.org/licenses/gpl-license.php
 */
 
/* Additional Notes:
 * Use ID if only one occurance on a page = #
 * Use Class if multiple occurances on a page = .
 */
 
/**  __Positioning  **/

body {
	color: #000;
	background: #fff;
	font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

#navigation, #sidebar, #inside-footer-middle, #inside-footer-right {
	display: none;
}

img {
	display: none;
}
