body { 
 background: white;
 font: 12pt;
 }

#header .left, #header .right { float: none; background: none;} 
#header h2, #index #header h2, #staff #header h2, #faculty #header h2, #students #header h2, #parents #header h2, #vendors #header h2, #others #header h2 { background: none;}
#header, #index #header, #staff #header, #faculty #header, #students #header, #parents #header, #vendors #header, #others #header { background: none;}
#header h2 b { display: block; }

#outerColumnContainer { border: none;}

.utilities {
 display: none;
 }

#navigation { 
 display: none;
 }

#sidebar { 
  display: none;
  }

#content {
  width: 100%;
  float: none;
  background: #fff;
  }

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

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

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