<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style File for mathsci/students-grad/ (copied from middlestates page) */

/*
TD,TH,P,H1,H2,H3,H4  { font-family: Arial,serif; }
LI,CENTER            { font-family: Arial,serif; }
*/
BODY                 { background-color: #f0f0f0; }
TD,TH,P,H1,H2,H3,H4  { font-family: sans-serif; }
LI,CENTER            { font-family: sans-serif; }
TT,CODE,PRE          { font-family: monospace; }

/* Problems with &lt;TH&gt;; use &lt;td class="TH"&gt; instead of &lt;TH&gt; */

.TH   { font-weight:  bold; }

/*.header        { font-weight: bold; color: #990000; }*/
.trailer       { color: #282828; }

.pagetitle { //color: #840014;
              color: 000066;
              font-family: serif;
              text-transform: uppercase;
              font-weight: bold;
              font-size: 20px;
           }

.sectitle  { color: #000066;
             font-family: sans-serif;
             text-transform: none;
             font-style: italic;
//             font-weight: bold;
           }
           
.event-date  { color: #000000;
	       font-family: sans-serif;
	       font-size: 14px;
               font-weight: bold;
             }
           
.event-desc  { color: #000000;
	       font-family: sans-serif;
	       font-size: 14px;
             }

.doc       { font-size: 14px; }

li.doc     { margin-top: 8px; }

.fdesc     { color: #000000;
             font-family: sans-serif;
             font-style: normal;
           }

/* .slink   "static"  - links in text that stay one color.
 * .mlink   "menu"    - treat separately from links in body (assumes &lt;b&gt;).
 * .emlink  "email"
 *
 * Originally used "Dark Red" = #990000 which works well.
 * #941037 is Stevens "Red";  #750830 is #941037 rescaled by 80% to
 * get better contrast within text.
 */

A:link             { color: #750830; }
A:visited          { color: #880088; }
A:active           { color: #750830; }
A:hover            { color: #0000FF; }

A.slink:link       { color: #750830; }
A.slink:visited    { color: #750830; }
A.slink:active     { color: #750830; }
A.slink:hover      { color: #0000FF; }

//A.doc              { font-weight: bold; }
A.doc:link         { color: #750830; }
A.doc:visited      { color: #750830; }
A.doc:active       { color: #750830; }
A.doc:hover        { color: #0000FF; }

A.mlink:link       { color: #941037; }
A.mlink:visited    { color: #941037; }
A.mlink:active     { color: #941037; }
A.mlink:hover      { color: #0000FF; }

A.emlink:link      { color: #750830; }
A.emlink:visited   { color: #750830; }
A.emlink:active    { color: #750830; }
A.emlink:hover     { color: #0000FF; }
</pre></body></html>