/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2023 | 10:29:06 */
.sticky {
  margin:0 auto;
  border-bottom:1px solid #dadada;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  right:0; 
  z-index:9999
}

a
{
	text-decoration:none !important;
}