a {
	text-decoration : none; 
}
a:hover {
	text-decoration : underline;
}


@media print {
#menu {
	display: none;
	}
#rightmenu {
	display: none;
	}
#toplist {
	display: none;
	}
body {
    background: white; 
  !  font-size: 8pt;
  !  font: serif
   }
}