/* Layout */
body {margin: 0; padding: 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

h1 {font-size: 20px; line-height: 2em; padding-bottom: 10px; border-bottom: 1px solid #000;}
h2 {font-size: 18px; line-height: 2em;}
h3 {font-size: 14px; line-height: 2em;}
h4 {font-size: 13px; line-height: 2em;}
h5 {font-size: 12px; line-height: 2em;}
h6 {font-size: 11px; line-height: 2em;}
#datestamp {margin-top: 15px; padding-top: 10px; border-top: 1px solid #000;}

p, li, th, td {font-size: 11px; line-height: 2em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none; color: #000;}
#skiplinks, #header_wrap, #nav, footer, #search, #main_image, #breadcrumb, #leftcolumn, #main_image_internal, #leftsidebar_internal { display: none; }
img {border: none;}

table {border: 1px solid #000;}
th {border-bottom: 1px solid #000;}

#content_internal a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content_internal a[href^="../"]:after {
   content: " (http://honors.buffalo.edu" attr(href) ") ";
   }
