A:link {
    font-weight: bold;
    text-decoration: none;
}

A:visited, A:active {
   font-weight: bold;
   text-decoration: none;
}

pre {
   background-color: #E0E0E0;
   font-weight: bold;
   font-family: monospace;
   color: #802020;
}

div.spamnote {
  border: 2px solid blue;
  padding: 0.4em 1em;
  display: table-cell;
  text-align: center;
  background-color: #FFFFA0;
}
