body {
    background: white;
    font-family: "Book Antiqua", Palatino, Georgia, "Hoefler Text", serif;
    }
h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.5em;
	}
h2 {
	font-size: 20pt; 
	line-height: 28pt; 
	font-weight: normal;
	margin-bottom: 7pt;
	margin-top: 24pt;
	}
p   {
	font-size: 10pt; 
	line-height: 18pt; 
	margin: 0;
	padding: 0;
	text-indent: 1.3em;
	}
p.noindent {
	text-indent: 0;
	}
p.center {
	text-indent: 0;
	text-align: center;
	}
p.asterisk {
	text-indent: 0;
	text-align: center;
	margin-top: 18pt; 
	margin-bottom: 18pt; 
	}
p.copyright {
	font-size: 9pt;
	text-indent: 0;
	border-top: 1pt solid;
	padding-top: 5pt;
	margin-top: 40pt;
	}
p.blockquote {
	font-size: 9pt; 
	line-height: 14pt;  
	}
p.blocknoindent {
	font-size: 9pt; 
	line-height: 14pt; 
	text-indent : 0;
	}
p.blockflushright {
	font-size: 9pt;
	line-height: 14pt;
	text-align: right;
	text-indent: 0;
	}
blockquote {
	font-size: 9pt; 
	line-height: 14pt; 
	margin-left: 2em;
	margin-right: 2em;
	}
li  {
	font-size: 9pt; 
	line-height: 14pt; 
	margin: 0;
	list-style: square; 
	}
strong, b {
	font-weight: bold;
	}
em, cite, i {
	font-style: italic;
	}
.smallcap {
	font-size: 9pt;
	letter-spacing: 0.1em;
	}
.tiny {
	font-size: 9pt;
	}
.floatright {
	float: right;
	margin-left: 10pt;
	margin-top: 5pt;
	}
.floatleft {
	float: left;
	margin-right: 10pt;
	margin-top: 5pt;
	}
#spacesolve {
   width: auto; 
   margin: 10%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
#menu {
   display: none;
   }
a:link, a:visited {
   color: #520;
   background: #B3A588;
   font-weight: bold;
   text-decoration: underline;
   }
/*#spacesolve a:link:after, #spacesolve a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
   }*/
