body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}

#header-wrap {
  background: #f6f6f6;
  padding: 20px;
}

#wsite-title {
  font-size: 32px;
  color: #FF6600;
  text-decoration: none !important;
}

.wsite-header {
  height: 300px;
  background: url('../images/header.jpg') no-repeat center center;
  background-size: contain; /* show entire banner */
}

.wsite-menu-default {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  gap: 15px;
}

.wsite-menu-default li a {
  text-decoration: none !important;
  color: #0073aa !important;
}

#wsite-content {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

footer {
  background: #222;
  color: #fff;
  padding: 20px;
  text-align: center;
}

/* Force no underline on ALL links inside #main-wrap and #wsite-content */
#main-wrap a,
#main-wrap a:link,
#main-wrap a:visited,
#main-wrap a:hover,
#main-wrap a:active,
#wsite-content a,
#wsite-content a:link,
#wsite-content a:visited,
#wsite-content a:hover,
#wsite-content a:active {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  cursor: pointer !important;
}

/* Optional: underline on hover for user feedback */
#main-wrap a:hover,
#wsite-content a:hover {
  text-decoration: underline !important;
}
