﻿@charset "utf-8";
/* CSS Document */
#Left, #search-form, #department, #breadcrumb, #footer, ul.navlist, #left h1, ul.rightlist, #logo {
display: none;
}
@page {
margin: 1.5cm;
}
.noPrint  {
        display:none;
    }
    
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
h1, h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}
body:before {
display: block;
content: url(http://www.gov.yk.ca/news/images/wordmark.gif);
/*content: url(http://www.gov.yk.ca/news/images/new_header_2008.jpg);*/
font-style: bold;
font-size:24px;
}
body:after {
display: block;
content: "Stay up to date with the latest Yukon government news by subscribing to our RSS feed here: http://www.gov.yk.ca/news/rss.html. Or follow us on Twitter @yukongov.";
border: 1px solid #bbb;
margin-top:2em;
padding: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
a img {
border:none;
}
a:link, a:visited {
    color: #000000;
    text-decoration: none;
    }
a:hover {
    color: #000000;
    text-decoration: none;
    }