/* presentation.css */

.PresentationBox {
  margin-right: 65px;
  margin-bottom: 40px;
}

/* section menu */

#PresentationSectionMenu ul li a:hover {
  color: #33FF00;
}

#PresentationSectionMenu ul li .selected {
  color: #33FF00;
}

.PresentationBox .colorTitle {
  font-size: 24px;
  color: #33FF00;
  font-weight: normal;
}

.PresentationBox h2 {
  padding-left: 10px;
  font-size: 14px;
  color: #94ff79;
  font-weight: bold;
  margin-top: 20px;
}

.PresentationBox .text{
  margin: 10px 20px;
}

/* menu hover */

#Menu ul li a:hover {
  color: #33FF00;
}

#Menu ul li .presentation {
  color: #33FF00;
}

.FooterBox a {
  text-decoration: none;
}

.FooterBox a:hover {
  color: #33FF00;
}
