/* banner.css */

#TopBannerMain img {
  border: none;
  border-bottom: 5px solid black;
}

/* BottomBannerMain */

#BottomBannerMain {
  text-align: center;
  height: 40px;
  margin-top: 10px;
}
#BottomBannerMain p {
  color: #4D4D4D;
  font-size: 14px;
}
#BottomBannerMain p a {
  text-decoration: none;
  color: #4D4D4D;
}
