/* CSS Print Document */

body {
	color: #000;
	font:	medium/1.5 "Times New Roman", Times, serif;
	background: none;
	}
p {
position: relative;
/*text-align: justify;*/
}

#content {
	width: auto !important;
	margin: 0 5%;
	padding: 0;
	border: 0;
}

h1 {
	position: relative;
	text-align: center;
	font: large "Arial Black", Arial, "Helvetica Neue Bold Condensed", "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
	position: relative;
	font: bold medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3 {
	position: relative;
	font: italic medium "Trebuchet MS", Verdana, Arial, sans-serif;
}

a:link, a:visited {  
color: #000; 
text-decoration: none;
font-weight: bold;
}
/*These selectors will make the URL print from a gecko browser*/
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after {
  content: " (http://www.kspope.com" attr(href) ") ";
}
   /* End Gecko printing */
/*these aren't working
a[href^="../"]:after {
  content: " (http://www.kspope.com" attr(href) ") ";
}
a[href^=""]:after {
  content: " (http://www.kspope.com/" attr(href) ") ";
}*/

   
ul {
color: #000;
list-style-position: outside;
font-weight: normal
}

#menu {
	float:none;
	clear:none;
	display: none;
}

#crumbs, img {
display: none
}
