body { background: white; }
h1,h2,h3,h4,h5.h6 {font-weight:bold;}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
div#bottom_row {display:none;}
div#header h1 { position: relative; width: auto; height: auto; }
div#main_navigation { display: none; }
div#footer {display:none;}
div#page_content { float: none !important; width: auto; margin: 0 3%; background: transparent; color: black; font-size: 12pt; }
div#page_content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   text-decoration: none;
   }
div#page_content a[href^="/"]:after {
  content: " (http://nabc.ksu.edu" attr(href) ") ";
   }

div#page_content table a:link:after, #content table a:visited:after { content: ""; }

div#page_sidebar { display: none; }



/* print calendars */
table.caption { font-size: 30px;}
table.fullcalendar { border-bottom: 1px solid #000; border-right: 1px solid #000;}

table.fullcalendar td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;

	font-size: 11px;
	font-family: Verdana, sans-serif;
	vertical-align: top;

	padding: 0 2px;
	width: 100px;
	height: 90px;
}
table.fullcalendar tr.week td {height:15px;}
.calendarMonthLinks {display:none;}