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

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


#searchForm, #footer, #sidebar, #breadcrumbs, #headerUwgb h2 {
	display: none;
}

#headerUwgb h1 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 1.3em;
}

#headerSub h2 {
	font-size: 1.1em;
}

#headerSub h2 a {
	color: #000;
}

#header {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#header a {
	text-decoration: none;
}

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;
}

