/* Printer friendly CSS voor: AtleX.nl
(C) AtleX.nl, 2005 
*/

body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1em;
  background-color: #FFF;
  color: #000;
}

abbr[title]:after,acronym[title]:after {
  content:' (' attr(title) ')';
}

a:after{
 content:"  [ "attr(href)" ]  ";
 font-style:italic;
}

a {
  text-decoration:none;
  color:#000;
  background:#fff;
}

a[href] {
  color: #000;
  text-decoration: underline;
}

.code {
  margin: 5px;
  border: 1px solid #000;
}

.news {
  border: 1px solid #000;
  margin: 2px;
}

.news_date {
  font-weight: bold;
}

#menu, #footer {
  display: none;
}

