body {
	font:12px "Times New Roman",Times,Century,Serif;
	margin:0;
	padding:0;
	background: white;
	color: black;
}

img {
	border: 0;
}

.entry {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.noprint {
	display: none;
}

#spacer {
	display: none;
}

#spacerlast {
	display: none;
}

#banner {
	background:white;
	color:black;
  margin: 0; 
  padding: 0; 
  border: 0;
  text-align: left;
}
		
p,h1,h2,pre,ul,ol {
	margin-bottom:-10px;
}
		
#main {
	background:white;
	color:black;
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: auto;
}

#menu {
	display: none;
}

.pagenavi {
	display: none;
}

#extra {
	display: none;
}

#last {
	display: none;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

a[href]:after {
  content: " (" attr(href) ")";
}

h1 a:after {
  content: "";
}

blockquote a:after {
  content: "";
}

/* instead of a dotted border, put title of acronym after text */
acronym {
  border: 0;
}

acronym:before {
  content: attr(title) " (";
}

acronym:after {
  content: ")";
}

