  /*
CSS Version 2.6

Date Created: May 03, 2007
Date Last Modified: July 3, 2007

Web Services Unit
http://www.sjsu.edu/webservices/
*/

body {
  color: black; 
  background-color: white;
  font-size: 10pt;
}
  
a:link, a:visited {
 background-color: white; 
 color: black;
 text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
  background: white; 
  color: black; 
  padding-bottom: 1px;
}

.primary_top, .primary_even, .primary_odd, .primary_even_last, .primary_odd_last, .noprint {
  display: none;
}


#globalnav, #generalnav, #didyouknow, #print_and_email {
  display: none;
}

.print_full_width{
  width:100% !important;
}
