/* 

Print CSS Document for Fowlers of Bristol (Engineers) Ltd Website

Author: Gary Moyle

Url: http://www.hub24.co.uk

*/

body {
   background: white;
   font-size: 12pt;
}
   
#header,  #nav, .sideCol, #footer, hr {
   display: none;
}
   
#container, .mainCol {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
   
.mainCol {
   padding-top: 1em;
   border-top: 1px solid #930;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
.mainCol a:link:after, .mainCol a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

.mainCol a[href^="/"]:after {
   content: " (http://www.fowlers-eng.com" attr(href) ") ";
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}
