@charset "utf-8";
/* CSS Document */

/* print styles */
body {color: black; background: white;}
a{
	background: white; 
	color: blue; 
	text-decoration: underline;
   	font-weight: bold;}
h1, h2, h3 {
	background: white;
	color: black;
	text-align:center;
	font-size:20px;
	text-decoration:none;
	font-family: "Trajan Pro","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
h2 { border-bottom: 1px solid #000;	padding-bottom: 5px; }	
p{text-align:justify}
div #header, div #sidenav, div #footer, p.tourlinks{display: none;}