.accessibility_elements { display: none; }
h1 img { border: 0; }
.links { display: none; }
#search { display: none; }
#column2 { display: none; }
#logon { display: none; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }

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

/* Print out URLs for absolute links on-site */
#Content a[href|='/']:link:after, #Content a[href|='/']:visited:after {
  content: " (http://www.drw.utexas.edu" attr(href) ") ";
  font-size: 90%;
}

/* DON'T print out internal document links. */
#Content a[href|='#']:link:after, #Content a[href|='#']:visited:after {
  content: "";
}

/* Don't prepend the domain onto external links */
#Content a[href|='http']:link:after, #Content a[href|='http']:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
#Content a[href|='ftp']:link:after, #Content a[href|='ftp']:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
