/* print stylesheet for Martina Lantin */
 
body {background-color: #fff; color: #000;}
a {border-bottom: 1px #000 dotted;} /* used instead of "text-decoration: underline", allows dotted line */

/* append url after links */
a:after {
 content: " <"attr(href)">";
 font-size: 85%;
 color: #ddd;
}

#sky {display: none;}
#page {width: auto; margin: 0; padding: 0;}
#head {display: none;}
#menu {display: none;}
#body {position: relative; top: 0; left: 0; margin: 0; padding: 0; padding-top: 10px;}

.printnotice {display: none;}

