/*
*************************************************

file : print.css
client : Pivs Engineering
use : Print stylesheet, make it purdy when it prints
author : Karl BRIGHTMAN
date created: 20th Feburary 2007

*************************************************
*/

/*-------------------------------------------    
    Imports
-------------------------------------------*/

@import "misc.css";

/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
* { line-height: 1.4; margin: 0; padding: 0; }
body {
	font: 10pt normal "Verdana", "Helvetica", sans-serif;
	padding: .5in;
}

a { border-bottom: 1px dashed #999; color: #000; text-decoration: none; }
a img { border: 0; }

h1 { color: #60809e; }
h2 { color: #bed0e1; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1em; }
ul,ol { margin-left: 2em; margin-bottom: 1.35em; }
