@charset "utf-8";
/* CSS Document */

<!--@page{size:landscape}-->
@page { margin: 10%; } ; 
#menu {
	display: none;
	}
a { color: #000 !important; }
#content a[href]:after { content: ” (” attr(href) “)”; }

@media print {
   BODY {font-size: 10pt; line-height: 120%; background: white;}
}
@media screen {
   BODY {font-size: medium; line-height: 1em; background: silver;}
}
