body {
    background: white;
    color: black;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

p { text-align: justify; }

#menu, #sidebar, .advertise,
form, input, textarea { display: none; }

a {
  color: black;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
    a:after {
       content: " (" attr(href) ") ";
       font-size: 90%;
    }
