body {
   background: white;
	font: normal 12pt/16pt sans-serif;
   }
#date, #search, #nav, #footer {
   display: none;
   }
#maincontent {
	width: auto;
   padding: 0;
  	float: none !important;
   color: black;
	background: transparent;
	font: normal 12pt/16pt sans-serif;
   }
div#maincontent {
	border-top: 1px solid #930;
	margin: .75in .75in .75in .75in;
	padding: 0;
	width: auto;
} 
p {
	font: normal 10pt/16pt sans-serif;
}

ul {font: normal 10pt/16pt sans-serif;
}
	
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#maincontent a:link:after, #maincontent a:visited:after {
   content: " (" attr(href) ") ";
   }
#maincontent a[href^="/"]:after {
   content: " (http://www.uwinnipeg.ca" attr(href) ") ";
   }
