<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* The style sheet. Partly borrowed from the stylesheet for gimp.org, 
* copyright The GIMP web team
*/

/* General setting */
body { background: white; 
           font-family: Arial, Helvetica, sans-serif;
           margin: 0px;
           padding: 0px;}
a {
  background: transparent;
  color: #17457c;
  text-decoration: none; 
  font-weight: bold;
}

a:hover {
  background: transparent;
  color: #991e1e;
  text-decoration: underline;
  font-weight: bold;
}           

h2 {
  font-size: 120%;
  text-align: center;
  }
  
dt {
   font-weight: bold
   }  
/* header */
.header{
    font-size:180%; 
    font-weight:bold; 
     color: black; 
 /*   background: #d0ebff; 
     background: #A4B8DD;*/
     background: #B6CCF5;
    }
.header td {  padding: 20px; 
  border: solid black;
  border-width: 0px 0px 2px 0px;
  }

/* footer */

.footer td 
  { text-align: right ; 
    font-size: 80%; 
    font-style: italic; 
    padding: 10px; 
    background: #EDF4F2;
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 1px 0px 1px 0px;
    }

/* navigation sidebar */
.sidebar
{
  background: #EDF4F2;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 0px 1px 0px 0px;
  padding: 10px;
  font-size: 90%;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  top: 100px;
  left: 0px;
  height: 100%;
}   

.sidebar a.sub {
  padding-left: 1em;
  font-size: 80%;
}

.sidebar td 
{
padding-bottom: 10px;
}   

/* main content */


td.main 
{ background: white;
  border-style:  none;   
  padding: 20px 10px 20px 10px;
  }


.section
{ font-weight: bold;
}

/* for use in schedule table */

.schedule
{border-collapse: collapse;
 border: 1px solid #d0d0d0;
 font-size:80%}
.schedule td
  {border:  1px solid #d0d0d0;
   padding-left: 0.5em;
   padding-right: 0.5em;
  }</pre></body></html>