.oelink {
	color:#000;
	text-decoration: none;

}
.hclink {
	color:#000;
	text-decoration: none;

}
a:hover {
	color:#777;
	transition: 0.2s;
	text-decoration: none;
}

.link:hover {
	color:#666;
	transition: 0.2s;
	text-decoration: none;
}

.explore:hover {
	color:#000;
	transition: 0.2s;
	text-decoration: underline;
}

.button:hover {
  border: 0px solid #000;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
}

.button-2:hover {
  border: 1px solid #000;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: 0.4s;
}

.button-4:hover {
  border: 1px solid #000;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: 0.4s;
}


.submit-button:hover {
  width: 105px;
  height: 41px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
}

.listing-count-num a {
	color:#000;
	text-decoration: none;
}

.under {	
	text-decoration: underline;
}

/* additional */
.text-block-21 .forgot {font-size:14pt; padding-top:-3px;}
.text-block-99  { display:block; text-align: center; font-size:15px; margin: auto 0; padding:20px; }