.pageHeader {  font-family: "Lucida Bright"; font-size: 18px; font-style: normal; text-align: center}
.sideNav {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFF66; text-decoration: none}

a.sideNav:link    { color: #FFFF66;} 
a.sideNav:visited { color: #FFFF66;}
a.sideNav:hover   {color: #FF0000;}
a.sideNav:active   {color: #FF0000;}

.defaultFont {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none
}
.scheduleItem { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal}
.quickLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
}

a.quickLinks:link    { color: #660000;} 
a.quickLinks:visited { color: #660000;}
a.quickLinks:hover   {color: #FFFF00; background-color: #660000;}

/* [added Mar 24, 2018] Text is never inflated - prevents mysterious, random larger text on my Android Chrome app */
/*  -- doesn't seem to prevent it on the ncdi index home page.
html {
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
 */



/* Do this to apply to ALL links 	
a:link    { color: red }    unvisited links
a:visited { color: blue }   visited links
a:hover   { color: yellow } user hovers 
a:active  { color: lime }   active links
*/
