/* 
Project: AT Dementia
Filename: print.css
Date: October 27 2006
Author: Malcolm Elsworth
*/

body {
	font-size: 12pt;
	font-family: arial, sans-serif;
	}

#siteControls, 
#header, 
#navCol, 
p.pageControls,
.hideFromPrint,
#footer {
	display: none;
	}
	
a:link, a:visited {
	color: blue;
	}
	
