@charset "UTF-8";

/*
	Tech Electrical.v2
	janpingel.com
	
	Print Stylesheet 
*/

/* Formating */
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after { content: " (techelectric.ca" attr(href) ") "; }
img { padding: 1.5em; }
html, * { color: black; background: transparent; font-size: 12pt; }

/* Layout */
#title { text-indent: 0; text-decoration: none; }
form, #navigation { display: none; }
#footer p { margin: 0; }
#footer, #header, #content { border: 0; margin: 0; padding: 0; }

