/* 
	Bankstown Community College
	http://www.bankstowncc.com.au
	--------------------------------------
	Author: Bruce Martin - brucemartin.net
	
	Print styles
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

#nav, hr, #skip {
	display: none;
	}
	
a:link, a:visited {
	color: grey;
	}	

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}