/* Reset */

body {
	margin: 0; 
	padding: 0; 
	word-spacing: 1px; 
	letter-spacing: 0.2px; 
  line-height: 1.6; 
  font-size: 13pt;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

h1,h2,h3,h4,h5, h2.art_ct_images_h { 
  color: #000; 
  font-family: Arial, Helvetica, sans-serif;
  border: none; 
}

#leftcol {
  width: 100%;
}

#leftcol p {
  text-align: left;
}

#leftcol li {
  list-style-type: square;
  padding-left: 0;
}  


/* Remove Element */

#header, #nav, #rightcol, #footer, .ushare, .art_ct_files_h, 
.art_ct_files, .art_ct_related_h, .art_ct_related,
.art_ct_forum_h, .art_ct_forum_links, .art_ct_forum_links, .ft_table  {
  display: none;
}

/* Show URL */

a:link, a:visited {
	background: transparent; 
	color: #333; 
	text-decoration: none;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") "; 
	font-size: 11pt;
}

a[href^="http://"] { color: #000; }


