html {
        background-color: mistyrose;
}

table#nav {margin: auto;
    border: 3;
    border-style: dotted;
    border-color: palevioletred;
    text-align: center;
    color: rebeccapurple;
    background-color: floralwhite;}
            
            .body {position:center
               
            }

.title {
    
  text-align:center;
opacity: 100%;
    font-size: 55;
    color: darkorange;
    font-weight: bold;
    margin:auto;
    border:1;
    border-style:dotted;
    border-color:dodgerblue;
    width:65%;
                      text-shadow: 2px 2px darkmagenta;
}
    .title:hover {
    
    font-weight: bold;
    border-style:outset;
     text-shadow: 2px 2px mediumslateblue;
}



a:link {
      background: rgb(240,89,155);
background: -moz-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0599b",endColorstr="#c11cff",GradientType=1);

-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   
    word-spacing: 10;
    margin: 5;
    text-decoration: none;
    font-size: 20;
    
}
a:hover {

   
    cursor:crosshair;
}
            
            .noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
            
.slideshow-container {
  width: 100%;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
   
}

/* Hide the images by default */
.mySlides {
  display: none;
    
}



/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
  position:center;
  color: deepskyblue;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */


            .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}