body {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    color: #000;
    background: #fff;
}
.leftColumn,
.mainNavigation,
.rightColumn,
.headerWrapper,
.interactList,
.feedbackLayer,
.addThisLayer,
.tabs,
.footer,
#fancybox-wrap,
#fancybox-title,
.fancy-bg {
   display:none;
}
h1 {
    font-size: 18pt;
    font-weight: bold;
    color: #c00;
}
h2 {
    font-size: 15pt;
    font-weight: bold;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
}
a {
    font-size: 12pt;
    text-decoration: underline;
    color: #505050;
}
img {
    border: 0;
}
.accordionTop h2 {
    text-transform: uppercase;
}

