/* CSS Document */

* {
  background-color: white !important;
  background-image: none !important;
}

body {
  font-family: "Trebuched Ms", Verdana, Arial, sans-serif;
  font-size:x-small;
  line-height:1.5em;
}

h1,
ul #main_menu, 
div #main_footer,
div #banner {
  display:none;
}

ul .attach {
  font-size: xx-small;
}
ul .attach a,
ul .attach a:visited {
  font-size: xx-small;
  color: gray;
  line-height:auto;
}
ul .attach a:link:after, ul .attach a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 75%;
}