


body {
width: 800px;
margin-left:100px;
margin-top:60px;
background:#FFFFFF;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;

}



header{ 
font-family: sans-serif;
font-size:140%;
font-weight:400;
color:#272727;
line-height:160%;

}



#links{ 
width:140%;
float:left;
padding:0px;
font-family: courier;
font-size:90%;
line-height:140%;
color:#272727;
}


a.nav:link{
margin-right: 20px;
background-color:#fffff;
color:#272727;
text-decoration:none;
}

a.nav:hover{
margin-right: 20px;
background-color:#ffdb4d;
text-decoration:none;
}

a.nav:visited{
color:#272727;
text-decoration:none;
}

a.text:link{
background-color:#ffdb4d;
text-color:#272727;
text-decoration:none;
}

a.text:hover{
background-color:#ffdb4d;
color:#272727;
text-decoration:underline;
}

a.text:visited{
color:#272727;
text-decoration:none;
}

a + a {
    margin-left: 10px;
}

#content {
float:left;
width:100%;
padding:0px;
font-family: courier;
font-weight:400;
font-size:80%;
color:#272727;
line-height:140%;
text-align: justify;

}

#title {
font-family: sans-serif;
font-size:140%;
font-weight:bold;
color:#272727;
float:left;
letter-spacing: 2px;

}



#content-center {
width:740px;
padding-top:5px;
padding-left:10px;
float:left;
font-family:sans-serif;
font-size:80%;
color:#272727;
line-height:130%;
text-align:center;
}




footer {
text-align:left;
font-family: courier;
font-weight:400;
color:#272727;
font-size:73%;
width:100%;
float:left;
}           


#colorstrip{
    width: 100%; 
    height: 35px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-width: 1px;
    border-color: #B3B3B3;
    /*background-color: #F2F2F2;*/
    /*box-shadow: 3px 3px 2px #F8F8F8;*/
}
    


* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px; */
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.caption {
  font-family: courier;
  color: #ffffff;
  font-size: 15px;
  padding: 20px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


    
    
    
    
    
    
    
    