body {
  font-family: verdana;
  font-size: 10px;
  color: black;
}

table {
  font-size: 10px;
}

td.muut {
  background: #9cabbb;
}

td.merkinta {
  background: #9cabbb;
  font-size: 11px;
}

td.tietoja {
  background: pink;
}

td.tanaan {
  background: lightyellow;
  color: white;
}

td.vpaivat {
  background: darkblue;
  color: white;
}

td.tyhjat {
  background: #9cabbb;
  color: white;
}

a:link     { color: darkblue; text-decoration: none }
a:visited  { color: darkblue; text-decoration: none }
a:hover    { color: darkblue; text-decoration: underline; }
a:active   { color: darkblue; text-decoration: underline; }