/* Remove */

#footer, #header, .sub-column, .breadcrumb, #hide, #fiveoheight {
  display: none;
}



/* Format */

body  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
}
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   text-decoration: underline;
}

/*a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
}

a[href^="/"]:after {
   content: " (http://www.tamiu.edu" attr(href) ") ";
}

html.noted a:link:after, html.noted a:visited:after {
      content: '';
}

a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
}
html.noted a:link:after, html.noted a:visited:after {
    content: '';
}*/

