html, 
body, 
h1, 
h2, 
h3, 
h4 {
    font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif;
}

body {
    color: #252525;
    font-size: 62.5%;
    margin: 0;
}

body p {
    line-height: 1.5;  
}

a { 
    color: #252525;
    text-decoration: none;
}
 
#progressIndicator, 
.helpIcon, 
.infoSection 
img, 
.welcome, 
.box 
img {
    display: none;
}

h1 {
    color: #252525;
}

.topLinks, 
#loginFrame, 
.navigation, 
.subNav, 
#productNavigation, 
#breadcrumb, 
.logo, 
#sitemap, 
#sitemapSection, 
.termsNav {
    display: none;
}

#content {
    font-size: 1.2em;
}

h2 {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

#sitemap {
    text-align: center;
    font-size: 1.2em;
}
