<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;
}

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