<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
Body {
/*	background-image: url('stars.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center right; */
	background-color: FCFBE3; /*cream*/
	color: black;
        border: 100px solid transparent;
        -moz-border-image:url("border300.png") 100 100 round; /* Old firefox */
        -webkit-border-image:url("border300.png") 100 100 round; /* Safari */
        -o-border-image:url("border300.png") 100 100 round; /* Opera */
        border-image:url("border300.png") 100 100 round; 
    font-family: 'Gentium Book Basic', serif; /* Gentium */
 }


a          {text-decoration: none; font-weight: bold}
a:link     {text-decoration: none; font-weight: bold; color: #0000FF;}
a:visited  {text-decoration: none; font-weight: bold; color: #0000FF;}
a:active   {color: red; background-color: yellow; text-shadow: none;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; text-shadow: none;
                    text-decoration: underline;}

div.printonly{display: none;}
div.notprint {display: inline;}

div.bgpic{
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 66%;
  z-index: -2;
}

ul.none { list-style-position: outside; 
     list-style-type: none; 
     padding: 0px;
     margin: 0px; }
li { margin-top: 1ex; }

div.info {
  font-style: italic;
  font-size:  95%;
  line-height: 125%;
}

div.infoh {
  font-weight: bold;
  font-size:  155%;
}

div.speakercol {
  -moz-column-width:    21em;
  -webkit-column-width: 21em;
  column-width:         21em;
  -moz-column-gap:      1em;
  -webkit-column-gap:   1em;
  column-gap:           1em;
  text-align: left;
 break-before: column;
  -moz-column-break-before: always;
  font-style: italic;
}

div.participantcol {
  -moz-column-width:    20em;
  -webkit-column-width: 20em;
  column-width:         20em;
  -moz-column-gap:      1en;
  -webkit-column-gap:   1en;
  column-gap:           1en;
  text-align: left;
}

div.titlecol {
  -moz-column-width:    30em;
  -webkit-column-width: 30em;
  column-width:         30em;
  -moz-column-gap:      1en;
  -webkit-column-gap:   1en;
  column-gap:           1en;
  text-align: left;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  column-fill: auto;
}

div.titlecol h3 {
  break-before: column;
  -moz-column-break-before: always;
}

div.entry {
  position: relative;
  margin: 0;
  clear: both;
}

div.entry h3 {
    color: black;
/*    background: white;
    text-shadow: none;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold; */
    font-family: 'Tangerine', cursive; /* Pinyon Script */
/*  font-weight: normal; */
  font-size:  125%; 
/*    letter-spacing: 0.04em;
  padding: 0.1em 0.2em; */
/*  background: #E0E9F6; */
/*  opacity:.65;filter: alpha(opacity=65); */
  margin: 1em 0 0.4em -1em; /* top bottom right left */
}

div.head {
/* padding: 2em 2em 1ex 1ex;  */
 text-align: center;
}

div.xxvfont {
    font-family: 'Alegreya', serif; 
    font-weight: normal;
}
div.script {
    font-family: 'Tangerine', cursive; /* Pinyon Script */
}
div.slightscript {
    font-family: 'Gentium Book Basic', serif; /* Gentium */
}

div.head h1 {
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size:  250%; 
 /*padding: 0.1em 0.2em; */
 text-shadow: none; /*red 0px 0px 4px;*/
/* color: white; */
/*  margin: 1em 0 0.4em 0; */
}

div.head h2 {
  font-size: 150%;
  font-weight: normal;
}

div.head h3 {
  font-size: 125%;
  font-weight: normal;
}


div.content {
 border-radius: 2ex 2ex 2ex 2ex;
 -webkit-border-radius: 2ex 2ex 2ex 2ex;
 -moz-border-radius: 2ex 2ex 2ex 2ex;
 margin: 2ex 1em 2ex 1em;
 padding: 1ex 1em 1.5ex 1em;  /* top right bottom left */
/* text-shadow: #000000 0px 0px 5px;*/
 text-align: justify;
 background-image:url('fade.png');
/* background-color: white; */
/* opacity:.75;filter: alpha(opacity=75); */
/*  border: thick ridge grey; */
}

div.content_nopads {
 margin: 0em 0em 0ex 0ex;
 padding: 0em 0em 0ex 0ex; 
 color: white;
 text-align: justify;
 background-color: white;
 background-image: none;
/*  opacity:.90;filter: alpha(opacity=90); */
 border: thick ridge grey;
}



div.foot {
    margin-left: 40%;
    text-align: right;
    color: black;
    font-size: 75%;
    font-family: "Arial, Helvetica, sans-serif";
/*    text-shadow: #000 0px 0px 3px; */
}
/*
div.foot a                  {
   text-decoration: none; font-weight: bold;   color: C0FFFF}
div.foot a:link, a:visited  {
   text-decoration: none; font-weight: bold; color: C0FFFF}
*/

li {
   margin-top: 1ex;
  }

font.participant {
  font-weight: bold;
}

font.affil {
  font-weight: light;
  font-size: small;
}

td.banner {
    border-top-style: double;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;   
    text-align: center;
}

font.banner {
    font-weight: bold;
    font-size: large;
}
</pre></body></html>