body {
  font-family: verdana, arial, sans-serif;
}

body, td {
  font-size: 9pt;
}

table.twitters {
  border-collapse: collapse;
  border: 1px #999999 solid;
}
table.twitters td {
  padding: 3px;
  vertical-align: top;
  border-bottom: 1px #999999 dashed;
}
table.twitters .time {
  background-color: #E4EFD1;
  width: 100px;
}
table.twitters .nick {
  font-weight: bold;
  color: #333333;
}

/*
a {
  color: #990000;
}
a:hover {
  color: #CC3333;
}
a:visited {
  color: #660000;
}
*/

