/************************************************************************************************
print.css
Author: Pascal-André Allaire (paallaire@inpix.ca) | Copyright 2009 Inpix.ca
Last Update: 01-02-09

Print version
 
*************************************************************************************************/

/* Body
--------------------------------------------------------------------------------------- */
body { background: white; color:#000; font-size: 12pt; }

/* Link
--------------------------------------------------------------------------------------- */
a:link { font-weight: bold; text-decoration: underline; color: #06c; }
a:link:after { content: " (" attr(href) ") "; }

/* #content
--------------------------------------------------------------------------------------- */
#content { margin: 0; width: 100%; float: none; background: transparent; }

/* Hide Element
--------------------------------------------------------------------------------------- */
#menu { display:none; }



