* {
  background-color: white !important;
  background-image: none !important;
}


body {
    margin: .6in;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 11pt;
    color: #333;
    }

#globalnav,#navigation,#extra,#pageutils,#footer ul,.listing,.highlight-row,#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;
   }

/* 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%;
  }



