/*Code is copyright designbyrussell.com */

#header, #sidebar, .portrait_img, .post-footer { display: none; }

body, p {
	font: 12pt "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	background: #fff;
}

#content {
	width: 650px;
}

h1, h2, h3, h4 {
	text-align: left;
}

a:link, a:visited {
	color: #000099;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content, a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#footer, a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://www.thearcoakland.org" attr(href) ") ";
   }
