/* 
Project: Liberal International
Filename: print.css
Date: February 3rd 2006
Author: Malcolm Elsworth
*/

body {
	font-size: 12pt;
	font-family: arial, sans-serif;
	}

#banner, #sub, #nav, .footer, p.printpage {
	display: none;
	}
	
a:link, a:visited {
	color: blue;
	}
	

