/*HRAI site print stylesheet*/
body {
    background: white;
    font-size: 12pt;
    line-height: 1.2em;
}
table#quickTable, a#contacthrai, img, div#nav-container, #content #right-content {
    display: none;
}
#content {
    width: auto; 
    margin: 0;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
}
#content h1 {
    line-height: 1.2em;
}
a#hrailink {
    text-decoration: none;
    font-size: 220%;
    color: #000;
}
a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}