html {
	margin:0;
	border:1px dotted silver;
	}

.header {
	border-bottom: 4px solid #000;
	font-size:200%;
	}

/* suppress navigation menu */
#nav ul li ul li {
	display:none;
	}

body {
/* font size and font family changed for easier reading on print */
	font:12pt "Times New Roman", serif;
	width:90%;
	margin-top:1%;
	margin-bottom:1%;
	/*background must be white*/
	color:#000;
     background-color:white;
	}

/*ensure white background for print incase screen stylesheet is updated*/
body {
	color:#000;
	background: white;
	}

/* suppress floats */	
#main, #container, #news {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color:#000;
	background-color:#fff;
	}

h1{
	border-bottom: 4px double black;
	font-size:200%;
	}

/*specialized footer for print*/
#footer {
	line-height:400%;
	border-top: 4px solid black;
	}

/* suppress images in printout*/
div#footer a img 
	{display:none;
	}

/* printable links*/
a {
  	text-decoration:underline;
	}

a:link, a:visited {
 	color:#520;
  	background-color:#fff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
  color:#fff;
  background-color:#000;
}



