html, body {
		background: grey url(/wp-content/uploads/2022/04/back.gif) repeat;
		color: white;
}

.sub-page-title h1 {
		display: none;
}

h3.widget-title, .everest-forms label {
		color: #FFF;
}

.so-widget-sow-image h3 {
		font-size: 14pt;
		padding: 5px 0;
}

#site-footer-copyright, #site-footer-copyright a, #site-footer-copyright a:hover {
		background: transparent;
		color: #FFF;
}

a {
  color: #FFF;
  text-decoration: underline;
}

a:hover  {
  color: red;
  text-decoration: underline;
}