blob: f325cfc1c69e69c0bd60599ecebefc4229d5e229 [file] [log] [blame]
/* White background, black text, arial font, decent font size */
body {
background-color: #fff;
color: #000;
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 10pt;
width: 100%;
}
/* Change the layout to remove columns */
html body {
background: transparent;
width: auto;
}
#main,#container {
width: 100%;
}
#page {
margin: 0;
width: 90%;
}
#content {
margin: 0;
overflow: visible;
}
/* Hide header and nav elements */
#header,#primary-navigation,#secondary-navigation,#footer-wrapper {
visibility: hidden;
display: none;
}
/* Style links */
a:link,a:visited {
color: #520;
background: transparent;
text-decoration: underline !important;
}
/* Remove table header graphic */
.bordered-table th {
background-image: none;
}