/**
 * .typro Print style
 * 
 * @author		Jan Pecha,	<janpecha@email.cz>
 * @copyright	Jan Pecha, 2011
 * @license		http://typro.iunas.cz/license
 * @link		http://typro.iunas.cz/
 * @version		2.1.0
 * @package		All Media
 */
@media print {
	body {
		font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
	}
	
	a {
		text-decoration: underline;
	}
}
