body {
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

img { 
  float:right; 
}


#question_links, #back_to_site, .top_link	{ display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #a05bb0;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: #a05bb0;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */



