    body {
      background:white;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
    
    #header { display: none; }
   
    #top { display: none; }
    
	#content {
	  width: 80%;	  
	  padding-left: 20px;
	  padding-right: 5px;
	  }
	#content table {
	  margin-left: 10px;
	  border: 1px solid #765;
	}
	#content th {
	 color: #A15108;
	}
	#content tr.bottom {
	  color: #793125;
	}
	#content p {
	margin-left: 20px;
	}
	#content td {
	  padding: 5px;
	  padding-bottom: 0px;
	}
	#content table.border {
	  border-top: none;
	  border-bottom: none;
	}
	#content th.border {
	
	}
	#content td.border {
	
	padding-bottom: 0px;
	}
	
	#content .divide {
	 background: none;
	}
	#content .background {
	 }
	#content li {
	padding-bottom: 5px;
	}
	#content .code {
	  font-family: "Courier New", Courier, mono;
	  color: #793125;
	  font-weight: bold;
	}
	
	#content  .photo {
	  background-color: #fff;
	  position: relative;
	}

	a:link, a:visited {
	  color: black;
	  text-decoration: underline;
	  background-color: white;
	}
	
	a.box:link, a.box:visited {
	  color: black;
	  text-decoration: underline;
	  background-color: white;
	}
	

	
	#content .padded_right {
	  padding: 6px; 
	  text-align:right;
	  }
	
	#content .small {
	 font-size: 80%;
	}

	#content h1 {
	  font-size: 130%;
	  font-weight: bold;
	}
	#content h2 {
	  font-size: 110%;
	  font-weight: bold;
	}
	#content h3 {
	  font-size: 95%;
	  font-weight: bold;
	}
	#content .underline {
	  border-bottom: 1px dotted #a34f35;
	}
	#content .overline {
	  padding-top: 3px;
	  border-top: 1px dotted #a34f35;
	}
	
	#footer {
     display: none;
	}
	
	.button	{
	  font-family: Georgia,Serif;
	  font-size:90%;
	  font-weight: bold;
	  color: white; 
	  background-color: #A34F35; 
	  padding: 2px;	  
	  }
