/* thanks to Eric Meyer and A List Apart */
/* http://www.alistapart.com/stories/goingtoprint/ */
body {
   background: #fff;
   font-size: 12pt;
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
   }
#menu {
   display: none;
   }
#contents {
	width: 100%;
}
div#contents {
   width: auto;
   margin: 0 3%;
   padding: 0;
   border: 0;
   color: #000;
   background: transparent none;
   }
div#footer {
	width: 95%;
	margin-left: 25px;
	margin-right: 25px;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
h1 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold; 
	background: transparent;
	line-height: normal;
}
h2 {
	font-size: 100%;
	color: #000;
	font-weight: bold; 
	background: transparent;
}