/* Shadd Business Centre Print CSS Document */

body { 
   color: #000;
   font: 14pt/17pt "Times New Roman", Times, serif;
}


/* Handling Links in Print */

a {
	color : #000;
	font-weight: normal;
	text-decoration: none;
}

a:after { 
   content:" ("attr(href)")"; 
   font-weight: normal;
   text-decoration: underline ! important;
}

a[href^="/"]:after {
   content: " (http://www.shadd.com"attr(href)")";
   text-decoration: underline ! important;
}

a[href^="#"]:after, 
a[href^="http://www.emsb.qc.ca/"]:after, 
a[href^="http://www.afe.gouv.qc.ca/en/"]:after,
a[href^="accounting.html"]:after,
a[href^="administrative-assistant.html"]:after,
a[href^="secretarial-studies.html"]:after,
a[href^="starting-a-business.html"]:after {
	content: "";
}

a img {
	border: none;
}

/* ------------------------------------------ */

p {
	text-align: justify;
	margin-top: 5px;
}

h1, h2, h3 {
   color: #666;
}

h1 {
   font-size: 20pt;
   text-align: center;
   margin-bottom: 0;
   padding-top: 20px;
}

h2 {
   font-size: 16pt;
   border-bottom: 1px solid #666;
   padding: 20px 5px 5px;
}

h3 {
   font-size: 14pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}

.screen {
	display: none;
}

.print {
	display: inline;
}

#toplinks, #logo, #accessibility, 
#banner, #navbar, #links, #subnavbar,
#advanced-arts, #footer, #copyright {
	display: none;
}

#logo-print {
	display: inline;
	margin-top: -20px;
	margin-bottom: -20px;
}

#sponsors {
	text-align: center;
	margin-top: 0.2in;
	margin-bottom: 0.1in;
}

#footer-print {
	display: block;
	margin-top: 0px;
}

#copyright-print {
	display: inline;
	text-align: left;
	font-size: 10px;
}

#advanced-arts-print {
	display: inline;
	float: right;
	font-size: 10px;
	margin-top: 0px;
}



