body {
    background: white;
    /*font-family: arial narrow;*/
    font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

div#banner_reg, div#navbar, div#rtt, div.menu { display: none; }

.contentCenter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    background: transparent;
    color: black;
	border: 0;
	margin: 0;
	padding: 0;
    float: none;
}

.contentCenter:before {
    content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed.";
    display: block;
    margin-bottom: 3mm;
    padding: 3px 3px 2px;
    background: #fafae9;
    text-align: center;
}

