STYLE_CHOICES = (
(0, "Standard [Title + URL + Image]"),
(1, "Quote [Title]"),
(2, "Image Only [Image]"),
(3, "Youtube [Put video id in URL]")
)