/* General */
html {
    font-family:sans-serif;
}

/* Header */
#header h1 {
    border-bottom:1px solid #666;
    font-size:xx-large;
}
#header h1 a {
    color:#000;
    text-decoration:none;
}

/* Wrapper */
#wrapper .slideshow {
    display:none;
}

/* Content */
#content h2 {
    border-bottom:1px solid #999;
    font-size:x-large;
}
#content h3 {
    border-bottom:1px solid #ccc;
    font-size:large;
}
#content h4 {
    border-bottom:1px solid #eee;
    font-size:medium;
}
#content p.success,
#content p.error {
    font-weight:bold;
}
#content p.seo-spam {
    display:none;
}
#content a {
    color:#000;
    text-decoration:none;
}
#content .iamabot {
    display:none;
}
#content .no-print {
    display:none;
}

/* Footer */
#footer {
    display:none;
}
