body {
   background: white;
   font-size: 10pt;
   font-family:"lucida grande", verdana, helvetica, sans;
   font-size:62.5%;
   }

p, dd { line-height:14pt; }
   
#nav, #foot, p.returntotop { display: none; }

h1 { 
	font-size:1.8em;
	border-bottom:1px dotted #666;
	}
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1.1em; }

img.photo {padding-right:5px;}
  
#wrapper {
   width: auto;
   margin: 5% 10% 0 10%;
   padding: 0;
   border: 0;
   float: none !important;
   color: #666;
   background: transparent none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a[href^="/"]:after {
   content: " (http://exhibitoronline.com" attr(href) ") ";
   }