body {
   background: white;
   font-size: 12pt;
   }
.noprint, .r2, .r3, .nav {
   display: none;
   }
.logo { display:block; }
.content, .byline {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
.byline, .byline a, .byline a:visited {
	color#ccc;
	font-size:9pt;
	text-decoration:none;	
}
.breakout h1 {
	font-size:10pt;
	color:#c60;
	background:#26a4cc;
	border-bottom:1px solid #ccc;
	margin:-5px -4px;
	margin-bottom:2px;
	padding:4px;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
   content: " (http://www.dissolute.com.au/" attr(href) ") ";
}

