body {
  margin: 1em;
  background-color: #fff;
}
th {
  text-align: left;
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}
ul.keywords, ul.node-term{
  margin: 0px;
  padding-left: 0px;
}
ul.keywords li, ul.node-term li {
  display: inline;
  padding-left: 0;
  margin-left: 0;
}
ul.keywords a {
  text-decoration: none;
  color: black;
}
ul.node-term {
  margin-top: -40px;
  margin-left: 50px;
}
.post a:link ,.post a:visited,.post a:hover,.post a:active{
  text-decoration: underline;
  color: black;        
}
.footer {
  font-weight: bold;
}
a.print_title:link,a.print_title:visited,a.print_title:hover,a.print_title:active {
  text-decoration: none;
  color: black;
}
.title > a:link ,.title > a:visited,.title > a:hover,.title > a:active{
  text-decoration: underline;
  color: black;
}
.post h3 span {
  font-weight: normal;
}