@import "default.css";

/* IDs */
#main {
  font-family: Verdana, Arial, sans-serif;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 66%;
  text-align: right;
}
p.previous1 {
  font-size: 1em;
  color: #dddddd;
}
p.previous2 {
  font-size: .9em;
  color: #bbbbbb;
}
p.previous3 {
  font-size: .8em;
  color: #999999;
}
.date {
  color: yellow;
}

#home {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
}
#home a:hover {
  background-color: #000000;
}