/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }
.hide_row {display:none; width: 0%; background: rgb(255,255,255) }
.hide_cell {display:none; width: 0%; background: rgb(255,255,255) }
img#content_image, table#hide_table, {display:none; width: 0%; background: rgb(255,255,255)}
td#content_format {width: 100%; padding-left:0px; padding-right:0px;
padding-top: 0px; padding-bottom: 0px; background: rgb(255,255,255)}
a:link, a:visited {color: #520; background: transparent; font-weight::bold; text-decoration:underline}


/* Optional:  Puts url links into the page 
#maincontent a:link:after, #maincontent a:visited:after {content: " (" attr(href) ") "; font-size: 90%}
#maincontent a[href^="/"]:after {content: " (http://www.ndsu.nodak.edu/ndsu/klocow/irb" attr(href) ") ";}
*/