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

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

.print-hide {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
}

#content {
	font-size: 80%;
}

#content a:link, #content 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;
}

#nav-bar h2 {
	font-size: 160%;
}
#nav-bar {
	border-bottom: 1px solid #ccc;
}

#content h4 {
	font-size: 140%;
}
#content h5 {
	font-size: 130%;
}
#content h6 {
	font-size: 120%;
}
