html, body {scrollbar-color: #7AA769 #CAD99D;}

table, th, td {
  border:1px inset #F0AC49;
  border-collapse: collapse;
  margin:10px;
  padding:5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

a:link{
	color: #4A1E75;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #884677;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #e5c2c2;
	background-color: transparent;
	text-decoration: underline;
}

body{ background-image:url(layoytv1/patternbg1v1.png); background-repeat: repeat; background-size: cover}

ul.myUL {
  display: inline-block;
  text-align: left;
    background-color: #EBED90;
  border: 2px inset #4A1E75;
   list-style-type: none;
  margin: 10px;
  padding: 5px;
  overflow: hidden;
}

li a {
  display: block;
  color: #CB7877;
  text-align: center;
  text-decoration: none;
}

.container {
  text-align: center;
}

.myUL {
  display: inline-block;
  text-align: left;
    background-color: #EBED90;
  border: 2px inset #4A1E75;
   list-style-type: none;
  margin: 10px;
  padding: 5px;
  overflow: hidden;
}

.relative {
  position: relative;
  overflow: auto;
  border: 4px outset #4A1E75;
  width: 1000px;
  max-height: 650px;
  margin: 20px;
  background: #f7ebef;
  font-family: ms gothic;
  padding: 20;
  color: #CB7877;
}
  
  
  .topnav {
  overflow: hidden;
  background-color: #EBED90;
  margin-right: 50%;
  margin-left: 50%;
  margin:5px;
  padding: 10px; 
  text-align:center;
  border: 2px inset #4A1E75;
  border-radius: 20px;
  justify-content:center;
  display:flex;
}

.topnav a {
 float: left;
  font-size: 17px;
  color: #CB7877;
  text-align: center;
  margin: 5px;
  padding: 10px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #884677;
  color: #e5c2c2;
}

.topnav .active {
  background-color: #e5c2c2;
  color: #884677;
}

body {
  cursor: url('garfcursor.png'),auto;
}

body{
  font-family:ms gothic;
}

 #footer{
      position:relative;
        color: #e5c2c2;
        text-align: center;
        padding: 10px;
        bottom:0;
 }
    
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #CB7877;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #884677;
  color:#e5c2c2;
  top: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7ebef;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #CB7877;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background: linear-gradient(90deg, rgba(235,237,144,1) 0%, rgba(229,194,194,1) 100%);
}

.dropdown:hover .dropdown-content {
  display: block;
}
    
 .tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #CAD99D;
  color: #7AA769;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0px 0px 7px 7px #CAD99D;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

::-moz-selection {
  color: #7AA769;
  background-color: #CAD99D;
}
