p.footer { 
  font-size: 22px;
  color: #0080FF;
  font-style: italic;
  margin-top: 25px;
}

p.rumsfeld {
  font-size: 16px;
}

.style2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(white));
    background-image: linear-gradient(0deg, black 0%, white 100%)
}

.style1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(white));
    background-image: linear-gradient(0deg, black 0%, white 100%)
}