<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(s6/slides.css); /* required to make the slide show run at all */
     
html, body { color: black;
             font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

a:link, a:visited { color: white; }

h1 { font-size: 30pt;  }
h2 { font-size: 28pt;  }
h3 { font-size: 25pt;  }
p, li, td, th { font-size: 18pt; }

pre { font-size: 16pt;  }

pre.code { 
        background-color: black;
	color: white;
        padding: 5px;
         border: silver thick groove;
          -moz-border-radius: 11px;
      }
     
 
div#header, div#footer {  color: silver; }

#currentSlide { color: silver;}

#controls #navLinks a { color: silver; }

/****************************************
             ALCA Addons
****************************************/

div#header, div#footer {
  color: black;
}

#currentSlide {
  bottom: 1.4em;
}

#logoImage {
  position: absolute;
  top: 5;
  left: 5;
}

#ccImage {
  position: absolute;
  bottom: 5;
  left: 5;
}

.slide {
  padding: 0% 4% 2% 4%;
}

.slide &gt; h1 { 
  font-size: 30pt; 
  color: darksilver; 
  font-weight: bold; 
  text-decoration: underline; 
  text-align: right;
  margin-left: 200px;
  top: -100px;
  padding-bottom: 40px;
}

a:link, a:visited {
    color: #F19F00;
    font-weight: bold;
    border-style: none;
} 
a:hover { background-color: #F19F00; color: white; }

.float-left {
  width: 50%; float: left;
}

.float-right {
  width: 50%; float: right;
}

.align-center {
  text-align: center;
}   

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.font-small, .font-small * {
  font-size: 18pt;
}

.font-med, .font-med * {
  font-size: 25pt;
}   

.font-big, .font-big * {
  font-size: 28pt;
}   

.label-image-big {
  width: 25%;
}

img.image-big {
  position: absolute; 
  right: 20; top: 20; 
  width: 70%; height: 90%;
}

img.image-big-old {
  position: absolute; 
  right: 0; bottom: 0; 
  width: 70%; height: 100%;
}

body { opacity: 1.0; }


table {
	border: 1px solid #333333;
	padding: 1 1 1 1;
}

tr {
	background-color: #dddddd;
	padding: 1 1 1 1;
}

/* styles for code syntax highlighting theme 'dawn' */

pre.dawn .MetaSeparator {
   font-weight: bold;
   background-color: #DCDCDC;
   color: #19356D;
}
pre.dawn .SupportVariable {
   color: #234A97;
}
pre.dawn .Constant {
   font-weight: bold;
   color: #811F24;
}
pre.dawn .EmbeddedSource {
   background-color: #829AC2;
}
pre.dawn .StringRegexpConstantCharacterEscape {
   font-weight: bold;
   color: #811F24;
}
pre.dawn .Support {
   color: #691C97;
}
pre.dawn .MarkupList {
   color: #693A17;
}
pre.dawn .Storage {
   color: #A71D5D;
   font-style: italic;
}
pre.dawn .line-numbers {
   background-color: #7496CF;
   color: #000000;
}
pre.dawn .StringConstant {
   font-weight: bold;
   color: #696969;
}
pre.dawn .MarkupUnderline {
   text-decoration: underline;
   color: #080808;
}
pre.dawn .MarkupHeading {
   font-weight: bold;
   color: #19356D;
}
pre.dawn .SupportConstant {
   color: #B4371F;
}
pre.dawn .MarkupQuote {
   background-color: #C5C5C5;
   color: #0B6125;
   font-style: italic;
}
pre.dawn .StringRegexpSpecial {
   font-weight: bold;
   color: #CF5628;
}
pre.dawn .InvalidIllegal {
   background-color: #B52A1D;
   color: #F8F8F8;
   font-style: italic;
}
pre.dawn .MarkupDeleted {
   color: #B52A1D;
}
pre.dawn .MarkupRaw {
   background-color: #C5C5C5;
   color: #234A97;
}
pre.dawn .SupportFunction {
   color: #693A17;
}
pre.dawn .PunctuationSeparator {
   color: #794938;
}
pre.dawn .StringRegexp {
   color: #CF5628;
}
pre.dawn .StringEmbeddedSource {
   background-color: #829AC2;
   color: #080808;
}
pre.dawn .MarkupLink {
   color: #234A97;
   font-style: italic;
}
pre.dawn .MarkupBold {
   font-weight: bold;
   color: #080808;
}
pre.dawn .StringVariable {
   color: #234A97;
}
pre.dawn .String {
   color: #0B6125;
}
pre.dawn .Keyword {
   color: #794938;
}
pre.dawn {
   background-color: #F5F5F5;
   color: #080808;
}
pre.dawn .MarkupItalic {
   color: #080808;
   font-style: italic;
}
pre.dawn .InvalidDeprecated {
   font-weight: bold;
   color: #B52A1D;
}
pre.dawn .Variable {
   color: #234A97;
}
pre.dawn .Entity {
   color: #BF4F24;
}
pre.dawn .Comment {
   color: #5A525F;
   font-style: italic;
}
</pre></body></html>