a {
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	background-image: none;
	background-color: #663366;


}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C0A062;
  box-shadow: inset 0 0 6px #663366;
  border-radius: 60px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #663366;
  box-shadow: inset 0 0 10px #663366;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #663366;
}