/* Print Style */

*, body { color: black; line-height: 18pt; background: white; font-size: 12pt;
}

h1 { font-size: 140%; line-height: 140%; }
h2 { font-size: 120%; line-height: 120%; }
h3 { font-size: 110%; line-height: 110%; }
h4 { font-weight: bold; }
h5 { font-size: 80%; line-height: 100%; font-weight: bold; }

.all { width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

.content a:link:after, .content a:visited:after, .content abbr:after, .content acronym:after {
	font-size: 90%;
color: #999;
}

.content a:link:after, .content a:visited:after {
   content: " [url:" attr(href) "] ";
}

.content a[href^="/"]:after {
  content: " [url:http://www.inst-el.org" attr(href) "] ";
   }


.content abbr:after, .content acronym:after {
	content: " [" attr(title) "] ";
}


.sidebar,.footer { display: none; }

a { text-decoration: none;
border-bottom: 1px dotted gray; }
