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

body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #000;
    height: 100%;
	  margin: 0 .6in;
    }

div#extra, div#navigation, div.form, #footer p.links, #secondNav, #site-creator{
	display:none;
}

a:link, a:visited {
    color: gray;
    }

h1, h2, h3, h4, h5 {
	font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #000;
    }

p img, a img {
    display: block;
    }

#footer p {
    font-weight: bold;
    }
ul li{
	list-style-type:none;
}    
a:link, a:visited {
   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. */ 
   
#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }