/*
The following code was only meant to make the tag line of the header white! 
strong {
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  margin-bottom: -10px;
}
The code below should force all h3 headings to green, including the ones on the front page, but it doesn't.
*/
h3{
  color: #669900;
}