h2 
{font-size: 24px;
font-family: georgia;
font-style: italic;
font-weight: normal;
line-height: 36px;
}

/* Beginning of Ticket 114359 - Steve */

/* To remove hyphens from all blog posts */

.f_blog_image_caption,
.f_blog_body,
.f_blog_body_typography {
  hyphens: none; /* stop hyphenation for words breaking */
}

/* To remove hyphens in Safari */
.f_blog_post p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
}

.f_blog_post h2 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
}

/* End of Ticket 114359 */