<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main CSS file: Document text, Tables, and Figures */

BODY {
	text-align: left;
}

BODY, P {
	background-color:#e3e9ff;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size: 10pt;
}

P.title {
	font-size:14pt;
	font-weight:bold;
	text-align : center;
}

P.title1 {
	text-transform:uppercase;
    text-align:center;
    font-size:12pt;
    font-weight:bold;}

P.title2 {
	text-transform:uppercase;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
}

P.title3 {
    text-align:left;
    font-size:12pt;
    font-weight:bold;
}

P.title4 {
    text-align:center;
    font-size:10pt;
    font-weight:bold;
}

P.caption {
	text-align:center;
	font-size: 10pt;
}

TABLE.normal, TABLE.normal P {font-family:Arial, Verdana, Helvetica, sans-serif; font-size:11pt;}

TABLE.small, TABLE.small P {font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt;}

TR.title, TD.title {font-size:11pt; font-weight:bold; text-align:center;}

.nextprev {text-align:center; border-top:thin solid black;}

LI {text-align:left;}

/* Standard Links */
a:link {color:blue; text-decoration:none;}
a:visited {color:purple; text-decoration:none;}
a:active {color:red; text-decoration:none;}
a:hover {color:black; background-color:wheat; text-decoration:none;}

/* Links for Sections or Chapters */
a.doc:link {color:darkorange; text-decoration:none;}
a.doc:visited {color:chocolate; text-decoration:none;}
a.doc:active {color:red; text-decoration:none;}
a.doc:hover {color:black; background-color:gold; text-decoration:none;}

/* Links for References */
a.ref:link {color:green; text-decoration:none;}
a.ref:visited {color:darkgreen; text-decoration:none;}
a.ref:active {color:red; text-decoration:none;}
a.ref:hover {color:black; background-color:greenyellow; text-decoration:none;}

/* Links for Figures */
a.fig:link {color:deeppink; text-decoration:none;}
a.fig:visited {color:mediumvioletred; text-decoration:none;}
a.fig:active {color:red; text-decoration:none;}
a.fig:hover {color:black; background-color:pink; text-decoration:none;}

/* Links for Tables */
a.tab:link {color:darkgoldenrod; text-decoration:none;}
a.tab:visited {color:sienna; text-decoration:none;}
a.tab:active {color:red; text-decoration:none;}
a.tab:hover {color:black; background-color:blanchedalmond; text-decoration:none;}

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