﻿body #user_info,
body #top,
body #navigation,
body #nav,
body #search,
body #hero,
body #comments_form,
body #sidebar,
body #column_left,
body #column_right,
body #bottom,
body #speed_dial,
body #nav_redux{
display:none;
}

body {
    padding: 10%;
    line-height: 1.2;
    word-spacing: 1px;
}

a {
    color:#000000;
    text-decoration: underline;
}

.post_by a:after,
.post_content a:after,
#footer a:after{
    content: " ( "attr(href)" )";
}