<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* these make the submenus not display by default */
#submenu1 {display: none;}
#submenu2 {display: none;}
#submenu3 {display: none;}
#submenu4 {display: none;}

/* these display the appropriate submenus */
/* to display the intro submenu*/
.acadinte #submenu1,.acadintesub1 #submenu1, .acadintesub2 #submenu1{display: block;}

/* to display the ta submenu*/
.inte #submenu2, .intesub1 #submenu2, .intesub2 #submenu2{display: block;}

/* to display the student submenu*/
.plag #submenu3, .plagsub1 #submenu3{display: block;}

/* to display the student submenu*/
.cite #submenu4, .citesub1 #submenu4, .citesub2 #submenu4 {display: block;}

/* these make the appropriate section or subsection bold and black */

/*FACULTY*/
body.acadinte #acadinte a,
body.acadinte #acadinte a:link, 
body.acadinte #acadinte a:hover, 
body.acadinte #acadinte a:visited 
{font-weight: bold; color: #000000;}

body.acadintesub1 #acadintesub1 a,
body.acadintesub1 #acadintesub1 a:link, 
body.acadintesub1 #acadintesub1 a:hover, 
body.acadintesub1 #acadintesub1 a:visited 
{font-weight: bold; color: #000000;}

body.acadintesub2 #acadintesub2 a,
body.acadintesub2 #acadintesub2 a:link, 
body.acadintesub2 #acadintesub2 a:hover, 
body.acadintesub2 #acadintesub2 a:visited 
{font-weight: bold; color: #000000;}
/*Academic integrity*/

body.inte #inte a,
body.inte #inte a:link, 
body.inte #inte a:hover, 
body.inte #inte a:visited 
{font-weight: bold; color: #000000;}

body.intesub1 #intesub1 a,
body.intesub1 #intesub1 a:link, 
body.intesub1 #intesub1 a:hover, 
body.intesub1 #intesub1 a:visited 
{font-weight: bold; color: #000000;}

body.intesub2 #intesub2 a,
body.intesub2 #intesub2 a:link, 
body.intesub2 #intesub2 a:hover, 
body.intesub2 #intesub2 a:visited 
{font-weight: bold; color: #000000;}
/*CASE STUDIES END */

/*PLAGARISM START*/
body.plag #plag a,
body.plag #plag a:link, 
body.plag #plag a:hover, 
body.plag #plag a:visited 
{font-weight: bold; color: #000000;}

body.plagsub1 #plagsub1 a,
body.plagsub1 #plagsub1 a:link, 
body.plagsub1 #plagsub1 a:hover, 
body.plagsub1 #plagsub1 a:visited 
{font-weight: bold; color: #000000;}
/*PLAGARISM END*/

/*CITE*/
body.cite #cite a,
body.cite #cite a:link, 
body.cite #cite a:hover, 
body.cite #cite a:visited 
{font-weight: bold; color: #000000;}

body.citesub1 #citesub1 a,
body.citesub1 #citesub1 a:link, 
body.citesub1 #citesub1 a:hover, 
body.citesub1 #citesub1 a:visited 
{font-weight: bold; color: #000000;}

body.citesub2 #citesub2 a,
body.citesub2 #citesub2 a:link, 
body.citesub2 #citesub2 a:hover, 
body.citesub2 #citesub2 a:visited 
{font-weight: bold; color: #000000;}

/* CITE END */

/*checklist*/
body.checklist #checklist a,
body.checklist #checklist a:link, 
body.checklist #checklist a:hover, 
body.checklist #checklist a:visited 
{font-weight: bold; color: #000000;}

/*case*/
body.case #case a,
body.case #case a:link, 
body.case #case a:hover, 
body.case #case a:visited 
{font-weight: bold; color: #000000;}

/*test*/
body.test #test a,
body.test #test a:link, 
body.test #test a:hover, 
body.test #test a:visited 
{font-weight: bold; color: #000000;}

/*GENERAL*/
body.general #general a,
body.general #general a:link, 
body.general #general a:hover, 
body.general #general a:visited 
{font-weight: bold; color: #000000;}

/*acknowledge*/
body.acknowledge #acknowledge a,
body.acknowledge #acknowledge a:link, 
body.acknowledge #acknowledge a:hover, 
body.acknowledge #acknowledge a:visited 
{font-weight: bold; color: #000000;}

/*ideas*/
body.facnotes #facnotes a,
body.facnotes #facnotes a:link, 
body.facnotes #facnotes a:hover, 
body.facnotes #facnotes a:visited 
{font-weight: bold; color: #000000;}


/* these are used when a section, which has a submenu, is selected and makes the subsections grey and normal weight */
body.acadinte #acadinte ul li a, 
body.acadinte #acadinte ul li a:link, 
body.acadinte #acadinte ul li a:hover, 
body.acadinte #acadinte ul li a:visited 
{font-weight: normal; color: #666666;}

body.inte #inte ul li a, 
body.inte #inte ul li a:link, 
body.inte #inte ul li a:hover, 
body.inte #inte ul li a:visited 
{font-weight: normal; color: #666666;}

body.plag #plag ul li a, 
body.plag #plag ul li a:link, 
body.plag #plag ul li a:hover, 
body.plag #plag ul li a:visited 
{font-weight: normal; color: #666666;}

body.cite #cite ul li a, 
body.cite #cite ul li a:link, 
body.cite #cite ul li a:hover, 
body.cite #cite ul li a:visited 
{font-weight: normal; color: #666666;}


/*to bold the nav of the search and map links*/
body.map #map a,
body.map #map a:link, 
body.map #map a:hover, 
body.map #map a:visited 
{font-weight: bold; color: #000000;}

body.search #search a,
body.search #search a:link, 
body.search #search a:hover, 
body.search #search a:visited 
{font-weight: bold; color: #000000;}

</pre></body></html>