.banner img {
  border-style: solid;
  border-width: 1px;
  border-color: #FF9933;
  height: 270px;
  margin-bottom: 5px;
}

.banner a:hover img {
  border-color: white;
}

.notice {
  height: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF9933;
  background-color: black;
  margin: 0;
  padding: 10px 0;
  color: #FF9933;
  text-align: center;
}
.notice a {
  color: #FF9933;
  text-decoration: none;
  font-weight: bolder;
}

.notice img {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
.notice a:hover img {
  border-color: white;
}
.news {
  background-color: #FF9933;
  border-color: #FF9933;
  border-width: 1px;
  border-style: solid;
  font-weight: bolder;
  margin: 0;
}
.news a {
  color: #990000;
  text-decoration: none;
}
.news_items ul {
  padding-left: 12px;
}
.news_items li {
  list-style: none;
  font-size: 12px;
  margin: 0 12px 0 0;
}

.emphasized_news {
  font-size: large; 
  color: #990000;
}

.supporters {
  padding-top: 5px;
  text-align: center;
  color: white;
}
.supporters h2 {
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
}
.supporters ul {
  text-align: left;
  margin: 5px;
}
.supporters li {
  list-style: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 0 15px;
  padding: 0;
}

a:hover {
  color: white;
}
