﻿/*****************************************************
 * author: Frontenders.com
 * contact: support at frontenders.com
 * description: css for print media
 *****************************************************/
body { font: 12px/140% Verdana, Arial, sans-serif; }
.print { display: block; }
#header h1, #navigation, #options { display: none; }
#header img.print { margin: 0 0 20px; }
img { display: block; }
h1 { font-size: 16px; line-height: 18px; }
h2 { font-size: 14px; line-height: 16px; }
h3 { font-size: 12px; line-height: 14px; }
h4 { font-size: 11px; line-height: 13px; }