/*	--------------------------------------------------------
      
      Print Styles
      
------------------------------------------------------------ */

body {
	margin: .6in;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

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

img, a img {
	border: none;
}

a:link, a:visited {
	color: gray;
}	

hr,
#nav, 
#sidebar {
	display: none;
}

/* Pring URLs */
#content a:link:after {
	content: " (" attr(href) ") ";
}