/* suppress navigation boilerplate for printing */
.cornernav, .footer, .leftnav, .sitemap, .spotlight, .topnav {
	display: none;
}

/* fix relative URLs */
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
a[href^="/"]:after {
  content: " (http://www.utportugal.org" attr(href) ") ";
}

/* suppress URL printing in header */
.colabheader a:link:after, .colabheader a:visited:after { display: none; }

/* minor formatting niceties */
.colabheader { padding-bottom: 4em; }
h1, h2 { text-align: left; border-bottom: 1px solid #111111; }

/* default font size is too dang small! */
body {
	font-size: 115%;
}
