/* ----------------------------------------------------------
title: MIPT (print style sheet)

created: 2/5/09
last updated: 2/5/09
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }

hr,
#accessibility,
#util,
.primary-nav,
.secondary-nav,
.breadcrumb-nav,
#embraceWater {display: none;}

#header {
	width:100%;
	margin: 0 0 2em 0; 
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:90%;
	}

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
