@charset "UTF-8";

@font-face {
    font-family: 'DejaVuSansBook';
    src: url('../font/DejaVuSans-webfont.eot');
    src: url('../font/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/DejaVuSans-webfont.woff') format('woff'),
         url('../font/DejaVuSans-webfont.ttf') format('truetype'),
         url('../font/DejaVuSans-webfont.svg#DejaVuSansBook') format('font/svg');
    font-weight: normal;
    font-style: normal;
}

#top, #bottom-bar, #fb-root, section#extra, .noprint
{
display: none;
}


section#content{
    width: 100%
    margin:0 auto;
    background-color: #fff;
    float: none;
}

article {
    text-align: left;
    float: none;
    font-family: DejaVuSansBook, Arial, Helvetica, sans-serif;
}


h1 {
    font-family: DejaVuSansBook, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: #1A75CF;
    text-align: left;
}

a:link, a:visited
{
    color: #008080
}

a:after {
	content: " (" attr(href) ") ";
}

article:after {
    content: "Thank you for printing this page. Do come back to aircadetsnorth.org, we are constantly adding new and interesting articles and tutorials. Note: To help the environment we have automatically removed navigation and other unnecessary elements from the page.";
    display: block;
    border: 1px solid #B0C4DE;
    font-family: DejaVuSansBook, Arial, Helvetica, sans-serif;	    
    font-style: italic;
    margin: 0 0 1em;
    padding: 8px 10px;
    color:#708090; 	
}
