* {
  background-color: white !important;
  background-image: none !important;
}
body {
    margin: .6in;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 11pt;
    color: #333;
    }  
#globalnav,#extra,#footer,#banner,#site-search {
    display: none;
    }
body,h1,#container,#container-2,#container-3,#header,#top,#bottom,h1#masthead a {
    background: none;
    }   
h1 {
    text-indent: 0;
    }       
a:link, a:visited {
    color: gray;
    }
h1, h2, h3, h4, h5 {
    font-family: Georgia, serif;
    font-weight: bold;
    color: #000;
    }
p img {
    display: block;
    }
#header {
    padding-top: 0;
    }
#footer p {
    font-weight: bold;
    }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
table {
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    }
th,td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    }
td { vertical-align: top; }       
   

/* Insert the value of an anchor’s href attribute, in-line, after the text, showing the destination of each link. */ 
   
#main a:link:after,
#main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }

