td {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}  
a:link {
  color: #323232;
  text-decoration: none}
a:hover {
  color: #66886f; }
a:visited {
  color: #323232;
  text-decoration: none}
a.dark:link {
  color: #323232;
  text-decoration: none}
a.dark:hover {
  color: #66886f; }
a.dark:visited {
  color: #323232;
  text-decoration: none}
a.light:link {
  color: #CCCCCC;
  text-decoration: none}
a.light:hover {
  color: #AAAAAA; }
a.light:visited {
  color: #CCCCCC;
  text-decoration: none}
textarea.edit, input.edit {
  border: 1px;
  border-color: #333333;
  border-style: dashed;
  background-color: #DDDDDD;
  margin: 3px;
}
input.username {
  font-size: 10px;
  width: 100px;
}
input.logout {
  font-size: 9px;
}
a span {
  display: none;
}
a:hover span {
  display: block;
  position: absolute; top: 237px; left: 75%; width: 125px;
  padding: 4px; margin: 10px; z-index: 100;
  color: #AAA; background: #222222;
  font: 10px Helvetica Neue, sans-serif; text-align: center;
}