.big-green-text {
  color: #3B9C00;
  font-size: 20px;
  font-weight: bold;
}

.big-blue-text {
  color: #1C61B5;
  font-size: 20px;
  font-weight: bold;
}

.fancy-green-text {
  color: #3B9C00;
  font-family: georgia;
  font-size: 20px;
}

a.button-blue {
  display: block;
  height: 30px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  background: url('/images/button-blue-left.jpg') left top no-repeat;
}

a.button-blue:hover {
  color: #FFFFCC;
}

a.button-blue span {
  display: block;
  height: 30px;
  padding: 0px 10px 0px 0px;
  line-height: 30px;
  background: url('/images/button-blue-right.jpg') right top no-repeat;
}
