a:link {
	color: #5e84c8;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #5e84c8;
}

body {
	background-color: #f1f3e5;
	margin-top: 10px;
	text-align: center;
}

h1 {
 margin: 0px 15px 0px 15px; 
 font-family: georgia;
}
.TextNormal {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #575757;
}

.TextBlack {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.TextFeatured {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #575757;
}

.TextSmall {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
}


.BulletBlack {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.BulletBlack:link {
	color: #000000;
	text-decoration: none;
}
a.BulletBlack:visited {
	color: #000000;
	text-decoration: none;
}
a.BulletBlack:hover {
	color: #FF0000;
	text-decoration: none;
}
a.BulletBlack:active {
	color: #000000;
	text-decoration: none;
}

.BulletBlack2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.BulletBlack2:link {
	color: #000000;
	text-decoration: none;
}
a.BulletBlack2:visited {
	color: #000000;
	text-decoration: none;
}
a.BulletBlack2:hover {
	color: #FF0000;
	text-decoration: none;
}
a.BulletBlack2:active {
	color: #000000;
	text-decoration: none;
}

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.TitleFeatured {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #9e0737;
}
a.TitleFeatured:link {
	color: #9e0737;
	text-decoration: none;
}
a.TitleFeatured:visited {
	color: #9e0737;
	text-decoration: none;
}
a.TitleFeatured:hover {
	color: #FF0000;
	text-decoration: none;
}
a.TitleFeatured:active {
	color: #9e0737;
	text-decoration: none;
}


.Headline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.Headline:link {
	color: #333333;
	text-decoration: none;
}
a.Headline:visited {
	color: #333333;
	text-decoration: none;
}
a.Headline:hover {
	color: #333333;
	text-decoration: none;
}
a.Headline:active {
	color: #333333;
	text-decoration: none;
}


.Footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8f9189;
	text-decoration: none;
}

#discover_recipes {
  font-family: Verdana, Geneva, Arial helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  background-color: white;
  text-align: center;
  padding-bottom: 5px;
}

#discover_recipes a {
  text-decoration: none;
  color: black;
}

#event_header
{
margin-top: 10px;
padding-left: 10px;
color: #000000;
font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
font-size: 11px;
line-height: 20px;
font-weight: bold;
background-color: #f4f5f8;
margin-left: auto;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #d4d4d4;
}

