/* tulostusversion erityismuotoilut */

@import url("base.css");

body {
  color: black;  
  background-color: white;
  }

/* tekstisisällön div */
#content {
  border: 0px;
  width: 580px;
  margin: 10px;
  padding: 15px;
  color: black;
  background-color: white;
  font-size: 10pt;
 
  /* Box Model Hack / IE5/Win */
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 548px;
  }
  /* "be nice to Opera 5" hack */
  body>#logo {width: 548px;}  

