body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  color: #222;
  background: #f7f7f7;
}

header {
  background: #5C068C;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

nav {
  background: #ffffff;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

nav a {
  margin: 0 12px;
  color: #1f3a5f;
  text-decoration: none;
  font-weight: bold;
}

main {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}

section {
  background: white;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 8px;
}

h2 {
  border-left: 6px solid #1f3a5f;
  padding-left: 12px;
}

.tagline-classicpurple {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 12px 16px;
  background: #5C068C;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
}

footer {
  text-align: center;
  padding: 20px;
  color: #666;
}

footer {
  text-align: center;
  padding: 20px;
  color: #666;
}

.large-text {
  font-size: 1.2em;
}

.bold-text {
  font-size: 1.0em;
  font-weight: bold;
}

.bold-text-blue {
  font-size: 1.0em;
  font-weight: bold;
  color: blue;
}

.large-bold-text {
  font-size: 1.3em;
  font-weight: bold;
}

.large-bold-name {
  font-size: 1.1em;
  font-weight: bold;
}

.left-align {
  text-align: left;
}

.tagline {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.2em;
  font-weight: bold;
}
.tagline-name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.1em;
  font-weight: bold;
}
.tagline-futureblue {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 6px 16px;
  background: #00C4D9;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
}

.member-profile {
  font-size: 0.85em;
}

.member-profile p {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.4;
}

```css
.news-list {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-item {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.5;
  font-size: 0.9em;
}

.news-scroll {
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px 14px;
  background: #fafafa;
  margin-top: 8px;
}

.news-scroll .news-item {
  font-size: 0.85em;
}

.recommend-star {
  color: #00C4D9;
  font-weight: bold;
}

.page-links {
  margin: 18px 0 24px 0;
  padding: 12px 16px;
  background: #f4f4f4;
  border-left: 6px solid #5C068C;
}

.page-links a {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 6px;
  color: #5C068C;
  font-weight: bold;
  text-decoration: none;
}

.page-links a:hover {
  text-decoration: underline;
}
