	body {
	background: white;
	font-size: 12pt;
	text-align: left;
	
	}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.salemkirban.com" attr(href) ") ";
   }
	 
#content {
	width: 440px; 
	font-family: Georgia, "New Century Schoolbook", Times, serif;;
	font-size : 11px;
	font-style : normal;
	color: #000000;
	vertical-align : top;
	text-align: left;}
	 
#navbar {
   display: none;
   }
