body {
   background: white;
   font-size: 14pt;
   font-family: "Times New Roman", times, arial;
   text-align: justify;
   }

#banner-header {
   margin: 5%;
   font-weight: bolder;
   font-size: 18pt;
   font-variant: small-caps;
   text-align: center;
   }

#banner-inner {background: white; }

#banner-description {
   margin: 5%;
   font-size: 16pt;
   font-weight: bold;
   text-align: justify;
   }

#navcontainer ul {
   display: none;
   }

#alpha, #gamma {
   display: none;
   }

#pagebody, #beta {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: white;
   }

.date-header {
   font-size: 12pt;
   font-variant: small-caps;
   text-align: left;
   }

.entry-header {
   font-size: 18pt;
   font-weight: bolder;
   font-variant: small-caps;
   text-align: center;
   }

.entry {
   font-size:14pt;
   text-align: justify;
   }

.graphic {
   float: left;
   position: relative;
   margin:  1%;
   }

.graphicr {
   float: right;
   position: relative;
   margin: 1%;
   }

.blockquote {
   margin: 5pt;
   text-align: justify;
   font-size:14pt;
   font-weight: bold;
   }

.module-powered {
   display: none
   }

 .module-sidebar  {
   display: none
   }

.module-categories {
   display: none
   }

.module-header {
   display: none
   }

.module-content {
   display: none
   }

a:link, a:visited {
   color: #520;
   background: white;
   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.bremernelson.com" attr(href) ") ";
   }

#footer { background: white; }
