/* Slideshow Indicators  */
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
/* Slideshow Indicators  */
  

.fontMenu {
    font-family: 'Pattaya', sans-serif;    
    font-size: 16px;
}

.fontHead {
    font-family: 'Charm', cursive;
    font-size: 18px;    
}

.fontBody4 {
  font-family: 'Pattaya', sans-serif;    
  font-size: 36px;
}

.fontBody3 {
  font-family: 'Charm', cursive;
  font-size: 50px;
}

.fontBody2 {
    font-family: 'Athiti', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.fontBody {
    font-family: 'Athiti', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/* Class LinkMenu */
a.Lmenu:link {
    color: white;
  }
  
  /* visited link */
  a.Lmenu:visited {
    color:white;
  }
  
  /* mouse over link */
  a.Lmenu:hover {
    color: yellow;
    text-decoration: none;
  }
  
  /* selected link */
  a.Lmenu:active {
    color: whitesmoke;
  }   
  /* Class LinkMenu */

  /* Class LinkMenu */
a.La:link {
    color: rgb(90, 90, 88);
  }
  
  /* visited link */
  a.La:visited {
    color:rgb(90, 90, 88);
  }
  
  /* mouse over link */
  a.La:hover {
    color: purple;
    text-decoration: none;
  }
  
  /* selected link */
  a.La:active {
    color: rgb(90, 90, 88) ;
  }   
  /* Class LinkMenu */


