/* ----------------- GLOBAL ----------------------- */

body {
  background-color: white;
  color: black;
  font-family: Verdana, sans-serif;
}

a:link {
  background-color: white;
  color: #0066ff;
}

a:visited {
  background-color: white;
  color: #3399ff;
}

/* ----------------- TOP ----------------------- */

h1 {
  font-size: medium;
}

/* ----------------- STORY ----------------------- */

div.story {
  margin-top: 1em;
}

h2 {
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
}

div.postinfo {
  font-size: small;
}

/* ----------------- SIDE BAR ----------------------- */

div#sidebar {
  display: none;
}

/* ----------------- FOOTER ----------------------- */

div#footer {
  margin-top: 1em;
}

address {
  font-style: normal;
}


