body {
   background: white;
   font-size: 12pt;
}

body * {
	font-family: "Georgia", serif !important;
	color: black !important;
}

#sidebar, #links, #footer, .headlinks, #whatever img, #header h1, #respond {
	display: none;
}

#header h2 {
	font-size: 180%;
}
#header a {
	text-decoration: none;
}

#content {
	border: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 10pt !important;
}

#content h3 {
	font-size: 140%;
}

#content h4 {
	font-size: 120%;
}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.uwgb.edu/artsmanagement" attr(href) ") ";
   }

.post, .comment {
	border-bottom: 1px solid #ccc;
}
 
