/* Print Media Style Sheet */
/* http://www.alistapart.com/articles/goingtoprint/ */
/* Font Squirrel (http://www.fontsquirrel.com) on July 10, 2011 08:50:38 PM America/New_York */

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('DancingScript-Regular-webfont.eot');
    src: url('DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DancingScript-Regular-webfont.woff') format('woff'),
         url('DancingScript-Regular-webfont.ttf') format('truetype'),
         url('DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
}

body {
   background: white;
   font-size: 12pt;
   }
p {
   font-size: 12pt;
   }
#menu {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
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%;
   }
#content a[href^="/"]:after {
   content: " (http://www.websailor.org" attr(href) ") ";
   }

table.imagefloatRight { 
        float: right;
        margin: 4px; 
	}
table.imagefloatLeft { 
        float: none; 
        margin: 4px; 
	}