body { 
  color : #000000; 
  background : #ffffff; 
  font-family : Arial, Times, serif;
  font-size : 12pt;
  word-spacing: 5px;
  margin: 10px 20px 10px 20px
   
}

#nav, #ad, #other { 
  display : none; 
} 

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
  	width: 650px;
}

a {
   color: inherit; 
   text-decoration: none;
}

a:link, a:visited {
   text-decoration: underline;
}

#content a:link:after, 
#content a:visited:after {
  font-size: 85%;
  content: " [" attr(href) "]"; 
  text-decoration: none;
}

#content a[href^="/"]:after {
  content: " [http://www.yoursite.com" attr(href) "]";
}

#content a[href^="javascript:"]:after {
  content: " ";
}

#logo {
	display: block;
}

.authorbrn {
	font-size: 9px;
}

.authorbl {
	font-size: 9px;
}

.credit {
	font-size: 10px;
}

h2 {
	color: #DA5800;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	margin-right:200px;
}

p {
	text-align: justify;
}

