

BODY {
                background-color : white;
                font-family           : Georgia, "Baskerville MT",
                                             "Century Schoolbook", "Times New Roman", serif; 
                color                     : black;
                margin                 : 0;
                width                    : auto; 
}

H2 {
         font-family : sans-serif;
         font-size     : 120%;
         font-weight : bold;
       }

H3 {
         font-family : sans-serif;
         font-size     : 110%;
         font-weight : bold;
       }

div.theheading {
  border : none;
  margin-bottom : 20px;
  }


div.maintext {
                    background-color : white;
                    border : none; 
                    width : 95%;
                    margin : 0;
                  }

div.inner {
              background-color : white;
              margin : 0; 
              padding : 0 1em 0 1em;    
           }

div.leftcol, div.rightcol
                 { 
                     float            :none;
                     text-align    : left;
                     padding       : 0% 0.5em 0px 0.5em;
                    width            : 95%;
                 }


div.crumb, div.totalcrumb { display : none ; }
div.return { display : none ; }

.phideit {
                 display : none;
             }

abbr, acronym, span.abbr {
                                             border-bottom: none;
                                         }

.hideit, .hidden {
                              display : none;
                         }

.dlink {
  display : none;
  }