/* 
/* (CC) SIS Siteseeing Internet Services, 2008 
/* 
/* Feel free to be inspired by this CSS, 
/* see the Creative Commons License (http://creativecommons.org/) 
/* 
/* If you re-use parts or whole of this CSS, 
/* you must include this copyright notice at the start of the file. 
/* 
/* Please contact us for commercial use and to find out 
/* how we can help you with various web-based solutions: 
/* 
/* web:     http://www.sis.nl 
/* e-mail:  info@sis.nl 
/* tel.:    +31-(0)74 255 2140 
/*
/* -------------------------------------------------------- */ 


body {
  padding:0; margin:0;

  font-family:arial, helvetica, sans-serif;
  color:#333;
  background:#fff;
}


#header,
#navigation,
#sidebar,
#mainbuttons,
#footer { display:none; }

#printbranding {
  display:block;
  width:260px;
  height:80px;
}

a {
  color:#333;
  font-family:arial, helvetica, sans-serif;
  text-decoration:none;
}