
body {
	background: white;
	color:black;
	font-size:12pt;
}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.menu, .SR, .breadcrumb, .footer, .comments-form {
	color:black; 
	display:none;
}
img {
	margin:5px; 
	float:none; 
	border:0; 
	padding:0; 
	display:inline;
}
.SL {
	width:auto; 
	padding:0; 
	margin:0; 
	float:none !important;
}
.SL a:link:after, .SL a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.SL a[href^="/"]:after {
  content: " (http://mattbaier.com" attr(href) ") ";
   }

