/* dockstader print stylesheet*/
body {
  background:#fff;
  margin:50px 20px;
  padding:0px;
  color:#333;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
} html>body {font-size:small;}
/* navigation stuff */
#header {
  visibility:hidden;
  display:none;
}
#tools {
  visibility:hidden;
  display:none;
}
/* end of navigation stuff */
/* plain links */
a.plain, a.plain:active, a.plain:link, a.plain:visited, a.plain:hover, a.plain:visited:hover {
  background-color:transparent;
  color:#000;
  border:0;
  text-decoration:none;
}
/* general links */
a, a:active, a:link, a:visited {
  text-decoration:none;
  border-bottom:1px dashed #ccc;
  background-color:transparent;
  color:#960;
}
a:hover, a:visited:hover {
  text-decoration:none;
  border-bottom:1px dashed #999;
  background-color:#dfd;
  color:#960;
}
#home_header {
  float:left;
  margin:0px 20px 20px 0px;
}
#footer {
  padding:10px;
  background-color:#efe;
  border:1px dashed #ccc;
  font:xx-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:x-small;
}
