/* stylesheet for printing */

body {
	font-family: "Times New Roman", times, serif;
	font-size: 12pt;
	}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	}
h3 {
	font-size: 12pt;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #003399;
	content: " (" attr(href) ") ";
	}

img {
	border: 0;
	}
#title {
	text-align: center;
	}	
#top_photo, #navbar, {
 	display: none;
  	}

#content {
	border-bottom: 1px solid #000;
	}
	
#footer {
	font-size: 10pt;
  	}

	

