body {
  font-family: "Liberation Mono", monospace !important;
  font-size: 10px !important;
  color: #00CC00 !important;
  background-color: #0A0A0A !important;
  margin: 1em;
  line-height: 1.3em;
}

a, a:visited, a:active {
  color: #00CC00 !important;
  text-decoration: underline;
}

a:hover {
  background-color: #00CC00; /* bright green background */
  color: #000000 !important; /* black text */
  text-decoration: none; /* optional: remove underline on hover */
  padding: 0 2px; /* optional: small padding so bg color looks nicer */
  border-radius: 2px; /* optional: rounded corners */
}

/* Style each microblog post */
.microblog-entry {
  border: 1px solid #006600;
  padding: 0.5em 0.75em;
  margin-bottom: 1em;
  background-color: #001100;
  border-radius: 3px;
}

/* Timestamp style */
.microblog-entry header time {
  font-size: 0.85em;
  font-weight: bold;
  color: #00FF00;
  display: block;
  margin-bottom: 0.25em;
}

/* Paragraphs inside each entry */
.microblog-entry p {
  margin: 0;
  padding-left: 0.5em;
  text-indent: -0.5em; /* aligns bullet-style bracket */
}

/* Emphasis and strong */
.microblog-entry em {
  font-style: italic;
  color: #99FF99;
}

.microblog-entry strong {
  font-weight: bold;
  color: #00FF00;
}

/* Center wrapper if you want to keep that style */
.center {
  text-align: center;
}
