/*
Stylesheet for www.dotime.nl
Media: print
Copyright (c) 2004 Ylab, Utrecht, NL
2004-01-28; yohan@ylab.nl: Created
*/
body {
  font-family: Trebuchet, Arial, sans-serif;
  background-color: buttonface;
}
table.canvas {
  width: 100%;
}
td#logo img {
  filter: invert;
  margin: 0 0 30px -35px;
}
td#mainmenu,
td#pageheader,
td#submenu,
td#banner,
.button {
  display: none;
}
td#main, td#arrow {
  border-width: 0;
  height: 100%;
}
/*Typo*/
* {
  color: #000!important;
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 14pt;
}
h3 {
  font-size: 12pt;
}
div#arrowtop,
div.content,
div.content a:link,
div.content a:visited,
div.content a:hover {
  text-decoration: none;
}
#footer {
  border: 0!important;
}
.print{
  display: block;
}
.noprint{
  display: none;
}

